commit e53be588378f16542e8063a9535ceab8ff58cd76 parent a11232d098f313e422c7404f6821c59c406165b5 Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 3 Feb 2015 08:08:15 +0100 it seems that it was a bug of nginx Diffstat:
| M | core/api/v1/api.php | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/core/api/v1/api.php b/core/api/v1/api.php @@ -74,8 +74,7 @@ function authenticate(\Slim\Route $route) { * method - POST * params - name, email, password */ -$app->post('/core/api/v1/register', function() use ($app) { - echo ("DEBUG!"); +$app->post('/register', function() use ($app) { try { $obj->thisMightThrowException(); } catch(Exception $e) {