aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index dd9b48bd..a970e29f 100644
--- a/index.php
+++ b/index.php
@@ -2231,8 +2231,8 @@ $app = new \Slim\App($container);
2231 2231
2232// REST API routes 2232// REST API routes
2233$app->group('/api/v1', function() { 2233$app->group('/api/v1', function() {
2234 $this->get('/info', '\Api\Controllers\Info:getInfo'); 2234 $this->get('/info', '\Shaarli\Api\Controllers\Info:getInfo');
2235})->add('\Api\ApiMiddleware'); 2235})->add('\Shaarli\Api\ApiMiddleware');
2236 2236
2237$response = $app->run(true); 2237$response = $app->run(true);
2238// Hack to make Slim and Shaarli router work together: 2238// Hack to make Slim and Shaarli router work together: