From ae07a6ff7cd5ce599605cb513d5d20e5023449b9 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Mon, 18 May 2026 21:46:50 +0300 Subject: [PATCH] remove web from routing --- backend/bootstrap/app.php | 1 - 1 file changed, 1 deletion(-) 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', )