From 38faefbd06a40ab215fa5c8c0ebe4814db83e950 Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Tue, 2 Aug 2022 22:25:45 +0200 Subject: [PATCH] chore: remove useless files --- src/routes copy.php | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/routes copy.php diff --git a/src/routes copy.php b/src/routes copy.php deleted file mode 100644 index cc9a23d..0000000 --- a/src/routes copy.php +++ /dev/null @@ -1,13 +0,0 @@ -getContainer(); - - $app->get('/', [Controllers\HomeController::class, 'getHome']); - $app->get('/ping', [Controllers\PagesController::class, 'getPing']); -}