fix: change config
All checks were successful
Laravel-Oracle-Deploy / redeploy (push) Successful in 10s

This commit is contained in:
2026-06-25 21:09:21 +08:00
parent 4afc73f987
commit 92b2fef3e0

View File

@@ -11,6 +11,7 @@ return Application::configure(basePath: dirname(__DIR__))
api: __DIR__.'/../routes/api.php', api: __DIR__.'/../routes/api.php',
commands: __DIR__.'/../routes/console.php', commands: __DIR__.'/../routes/console.php',
health: '/up', health: '/up',
apiPrefix: 'v1',
then: function () { then: function () {
Route::middleware('web') Route::middleware('web')
->group(base_path('routes/auth.php')); ->group(base_path('routes/auth.php'));