chore: remove useless files
This commit is contained in:
parent
b06d185a85
commit
38faefbd06
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
namespace App;
|
|
||||||
|
|
||||||
use Slim\Routing\RouteCollectorProxy;
|
|
||||||
|
|
||||||
function addRoutes(\Slim\App $app): void
|
|
||||||
{
|
|
||||||
$container = $app->getContainer();
|
|
||||||
|
|
||||||
$app->get('/', [Controllers\HomeController::class, 'getHome']);
|
|
||||||
$app->get('/ping', [Controllers\PagesController::class, 'getPing']);
|
|
||||||
}
|
|
Loading…
Reference in a new issue