From 3b348a1c8422b328eebaae3d6b5583d5b4d45aa1 Mon Sep 17 00:00:00 2001 From: Aaron Moses Date: Sun, 22 Dec 2019 21:29:27 +0000 Subject: [PATCH] remove last diff --- app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.php b/app.php index 57bb74ff..c4c54df7 100644 --- a/app.php +++ b/app.php @@ -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';