mirror of
https://github.com/henry4682/finance_app.git
synced 2026-07-16 00:10:00 +00:00
fix: change config
All checks were successful
Laravel-Oracle-Deploy / redeploy (push) Successful in 10s
All checks were successful
Laravel-Oracle-Deploy / redeploy (push) Successful in 10s
This commit is contained in:
@@ -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'));
|
||||||
|
|||||||
Reference in New Issue
Block a user