rpicms

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

commit db6aca0f7d8180b1f571cd7951ee56892a51684d
parent f6b01a4c13f387dc193dd1e7050622191faaabdc
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon,  2 Feb 2015 21:38:13 +0100

not working yet

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 @@ -82,6 +82,7 @@ function echoRespnse($status_code, $response) { echo json_encode($response); } +$app->run(); /** * User Registration * url - /register @@ -197,5 +198,4 @@ function authenticate(\Slim\Route $route) { $app->stop(); } } -$app->run(); ?> \ No newline at end of file