This commit is contained in:
Marcel Pociot
2021-05-18 12:39:12 +02:00
parent 21ed707718
commit 60ce7816a2
6 changed files with 685 additions and 582 deletions

View File

@@ -120,7 +120,7 @@ class Factory
$this->router->post('/api/logs/{request_id}/data', AttachDataToLogController::class);
$this->router->get('/api/logs/clear', ClearLogsController::class);
$this->app->route('/socket', new WsServer(new Socket()), ['*']);
$this->app->route('/socket', new WsServer(new Socket()), ['*'], "");
foreach ($this->router->getRoutes()->all() as $name => $route) {
$this->app->routes->add($name, $route);