Skip to content

Commit

Permalink
fix: Modify api url
Browse files Browse the repository at this point in the history
  • Loading branch information
rhino-ty committed Nov 28, 2024
1 parent fff93f2 commit 397c436
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/stores/socket/socket.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ export const SOCKET_CONFIG = {
},
/** 네임스페이스별 경로 */
PATHS: {
[SocketNamespace.GAME]: '/game',
[SocketNamespace.DRAWING]: '/drawing',
[SocketNamespace.CHAT]: '/chat',
[SocketNamespace.GAME]: '/socket.io/game',
[SocketNamespace.DRAWING]: '/socket.io/drawing',
[SocketNamespace.CHAT]: '/socket.io/chat',
},
} as const;

Expand Down

0 comments on commit 397c436

Please sign in to comment.