Skip to content

Commit a3d4a76

Browse files
committed
removes leftovers
1 parent 7a02c87 commit a3d4a76

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bootstrap/app.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
->withRouting(
2020
web: __DIR__.'/../routes/web.php',
2121
api: __DIR__.'/../routes/api.php',
22-
commands: __DIR__.'/../routes/console.php',
23-
health: '/up',
2422
)
2523
->withMiddleware(fn (Middleware $middleware) => $middleware
2624
->use($globalMiddlaware)

0 commit comments

Comments
 (0)