Skip to content

Commit 07a6dcc

Browse files
committed
Re-register routes
1 parent 7a9da47 commit 07a6dcc

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

bootstrap/app.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
->withProviders()
99
->withRouting(
1010
web: __DIR__.'/../routes/web.php',
11-
// api: __DIR__.'/../routes/api.php',
11+
api: __DIR__.'/../routes/api.php',
1212
commands: __DIR__.'/../routes/console.php',
1313
// channels: __DIR__.'/../routes/channels.php',
1414
health: '/up',

routes/channels.php

-18
This file was deleted.

0 commit comments

Comments
 (0)