mirror of
https://github.com/grocy/grocy.git
synced 2026-04-08 13:46:14 +02:00
remove last diff
This commit is contained in:
parent
2bf4a0ee5b
commit
3b348a1c84
2
app.php
2
app.php
|
|
@ -72,8 +72,8 @@ $appContainer = new \Slim\Container([
|
||||||
return 'GROCY-API-KEY';
|
return 'GROCY-API-KEY';
|
||||||
}
|
}
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$app = new \Slim\App($appContainer);
|
$app = new \Slim\App($appContainer);
|
||||||
|
|
||||||
// Load routes from separate file
|
// Load routes from separate file
|
||||||
require_once __DIR__ . '/routes.php';
|
require_once __DIR__ . '/routes.php';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user