From e64d1c982d391e0b99b300c3edd8ee38debb8f74 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Thu, 15 May 2025 18:09:53 +0530 Subject: [PATCH] Added Api directory --- bootstrap/app.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/app.php b/bootstrap/app.php index 7b162dac3..d6542762a 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -7,6 +7,7 @@ use Illuminate\Foundation\Configuration\Middleware; return Application::configure(basePath: dirname(__DIR__)) ->withRouting( web: __DIR__.'/../routes/web.php', + api: __DIR__.'/../routes/api.php', commands: __DIR__.'/../routes/console.php', health: '/up', )