remove last diff

This commit is contained in:
Aaron Moses 2019-12-22 21:29:27 +00:00
parent 2bf4a0ee5b
commit 3b348a1c84

View File

@ -72,8 +72,8 @@ $appContainer = new \Slim\Container([
return 'GROCY-API-KEY';
}
]);
$app = new \Slim\App($appContainer);
// Load routes from separate file
require_once __DIR__ . '/routes.php';