diff --git a/backend/bootstrap/app.php b/backend/bootstrap/app.php index c183276..cb7c01a 100644 --- a/backend/bootstrap/app.php +++ b/backend/bootstrap/app.php @@ -6,7 +6,6 @@ use Illuminate\Foundation\Configuration\Middleware; return Application::configure(basePath: dirname(__DIR__)) ->withRouting( - web: __DIR__.'/../routes/web.php', commands: __DIR__.'/../routes/console.php', health: '/up', )