diff options
Diffstat (limited to 'bootstrap/app.php')
| -rwxr-xr-x | bootstrap/app.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/app.php b/bootstrap/app.php index 7b162da..2e4d7c7 100755 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -8,6 +8,7 @@ return Application::configure(basePath: dirname(__DIR__)) ->withRouting( web: __DIR__.'/../routes/web.php', commands: __DIR__.'/../routes/console.php', + channels: __DIR__.'/../routes/channels.php', health: '/up', ) ->withMiddleware(function (Middleware $middleware) { |
