commit 37942ee3f154325b528870e914cdb30780d0c07b
parent 4de5c8e0584c18b0293e80a7e71b781c7ce8b2fd
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 3 Feb 2015 07:49:45 +0100
debug isn't working :/
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/core/api/v1/api.php b/core/api/v1/api.php
@@ -74,6 +74,7 @@ function authenticate(\Slim\Route $route) {
* method - POST
* params - name, email, password
*/
+echo ("DEBUG!");
$app->post('/register', function() {
// check for required params
verifyRequiredParams(array('name', 'email', 'password'));