From 92b2fef3e0cd67951d826e90419f37662ae67d0f Mon Sep 17 00:00:00 2001 From: henry yo Date: Thu, 25 Jun 2026 21:09:21 +0800 Subject: [PATCH] fix: change config --- bootstrap/app.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/app.php b/bootstrap/app.php index a882bc7..c465ac5 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -11,6 +11,7 @@ return Application::configure(basePath: dirname(__DIR__)) api: __DIR__.'/../routes/api.php', commands: __DIR__.'/../routes/console.php', health: '/up', + apiPrefix: 'v1', then: function () { Route::middleware('web') ->group(base_path('routes/auth.php'));