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