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'));