Remove unused route files

This commit is contained in:
Lance Pioch 2024-06-06 16:15:35 -04:00
parent a4435a7454
commit 51cd7a8e81

View File

@ -9,10 +9,7 @@ return Application::configure(basePath: dirname(__DIR__))
\Prologue\Alerts\AlertsServiceProvider::class, \Prologue\Alerts\AlertsServiceProvider::class,
]) ])
->withRouting( ->withRouting(
web: __DIR__.'/../routes/web.php',
// api: __DIR__.'/../routes/api.php',
commands: __DIR__.'/../routes/console.php', commands: __DIR__.'/../routes/console.php',
// channels: __DIR__.'/../routes/channels.php',
health: '/up', health: '/up',
) )
->withMiddleware(function (Middleware $middleware) { ->withMiddleware(function (Middleware $middleware) {