mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-05 02:24:59 +02:00
Move websocket
This commit is contained in:
parent
0997783b59
commit
516db54c72
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export function createApiServer() {
|
|||
apiServer.use(prefix, authenticated);
|
||||
|
||||
// WebSocket routes
|
||||
apiServer.use(`/ws`, wsRouter);
|
||||
apiServer.use(prefix, wsRouter);
|
||||
|
||||
// Error handling
|
||||
apiServer.use(notFoundMiddleware);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue