Commit 055c51a
fix: 로비/게임 WebSocket URL 중복 경로(/ws/ws) 문제 수정
VUE_APP_WS_URL에 이미 /ws가 포함되어 있는데 endpoint를 추가로 붙여
/ws/ws로 중복 요청이 발생하던 문제 수정.
resolveSockJsUrl()로 통일하여 notification/friendWebSocket과 동일한
URL 구성 방식 사용.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent b513e25 commit 055c51a
1 file changed
Lines changed: 3 additions & 18 deletions
File tree
Lines changed: 3 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
| 75 | + | |
80 | 76 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 77 | + | |
93 | 78 | | |
94 | 79 | | |
95 | 80 | | |
| |||
0 commit comments