commit 64e4516b68b76b51be3a006c2900e5ddac5ad68f parent 0a26eeb5b2b6aa3f606fd67942eec4c821fbbb8f Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 18 Mar 2015 20:55:41 +0100 hmm Diffstat:
| M | core/api/v1/api.php | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/core/api/v1/api.php b/core/api/v1/api.php @@ -153,6 +153,7 @@ $app->get('/posts/:id', function($post_id) { // fetch task $result = $db->getPosts($post_id); + var_dump($result); if ($result != NULL) { $response["error"] = false;