Added sockets for notifications
This commit is contained in:
@@ -22,6 +22,7 @@ return Application::configure(basePath: dirname(__DIR__))
|
||||
web: __DIR__.'/../routes/web.php',
|
||||
api: __DIR__.'/../routes/api.php',
|
||||
commands: __DIR__.'/../routes/console.php',
|
||||
channels: __DIR__.'/../routes/channels.php',
|
||||
health: '/up',
|
||||
apiPrefix: '',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user