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']); -}