commit f1bbea5868d09efa9a3ece7812ec3ffa91a9f6ce
parent c5f8a3ae6e4b079073e2934ac7f922f98855525e
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 3 Feb 2015 07:56:24 +0100
seems like a bug at Slim
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api/v1/api.php b/core/api/v1/api.php
@@ -74,8 +74,8 @@ function authenticate(\Slim\Route $route) {
* method - POST
* params - name, email, password
*/
-echo ("DEBUG!");
$app->post('/register', function() use ($app) {
+ echo ("DEBUG!");
try {
$obj->thisMightThrowException();
} catch(Exception $e) {