mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 09:54:44 +02:00
Remove unused route files
This commit is contained in:
parent
a4435a7454
commit
51cd7a8e81
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user