We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad020f9 commit c4b8f33Copy full SHA for c4b8f33
1 file changed
bootstrap/app.php
@@ -9,6 +9,7 @@
9
return Application::configure(basePath: dirname(__DIR__))
10
->withRouting(
11
web: __DIR__.'/../routes/web.php',
12
+ api: __DIR__.'/../routes/api.php',
13
commands: __DIR__.'/../routes/console.php',
14
health: '/up',
15
)
0 commit comments