Skip to content

Commit c4b8f33

Browse files
committed
Fixed API not found
1 parent ad020f9 commit c4b8f33

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bootstrap/app.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
return Application::configure(basePath: dirname(__DIR__))
1010
->withRouting(
1111
web: __DIR__.'/../routes/web.php',
12+
api: __DIR__.'/../routes/api.php',
1213
commands: __DIR__.'/../routes/console.php',
1314
health: '/up',
1415
)

0 commit comments

Comments
 (0)