rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit a11232d098f313e422c7404f6821c59c406165b5
parent f1bbea5868d09efa9a3ece7812ec3ffa91a9f6ce
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue,  3 Feb 2015 08:00:36 +0100

new idea

Diffstat:
Mcore/api/v1/api.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api/v1/api.php b/core/api/v1/api.php @@ -74,7 +74,7 @@ function authenticate(\Slim\Route $route) { * method - POST * params - name, email, password */ -$app->post('/register', function() use ($app) { +$app->post('/core/api/v1/register', function() use ($app) { echo ("DEBUG!"); try { $obj->thisMightThrowException();