remove web from routing

This commit is contained in:
Yisroel Baum 2026-05-18 21:46:50 +03:00
parent 410b752183
commit ae07a6ff7c
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -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',
)