Skip to content

Commit

Permalink
remove socketio admin endpoint url
Browse files Browse the repository at this point in the history
  • Loading branch information
GizmoTjaz committed Mar 28, 2024
1 parent 30d64ec commit 02b5b17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/services/websocket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ class WebsocketService extends Service {
this.ioServer = new Server<ClientToServerEvents, ServerToClientEvents, InterServerEvents, SocketData>(WEBSOCKET_PORT, {
cors: {
origin: [
CORS_ORIGIN_DOMAIN,
"https://admin.socket.io"
CORS_ORIGIN_DOMAIN
],
credentials: true
},
Expand Down

0 comments on commit 02b5b17

Please sign in to comment.