We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 190d8e3 commit 2a0d1afCopy full SHA for 2a0d1af
1 file changed
src/hooks/useNotifications.ts
@@ -106,7 +106,7 @@ class SSEManager {
106
sseDebugger.log('SSE 연결 시작', { userId }, userId);
107
108
const apiBaseUrl = import.meta.env.VITE_API_BASE_URL || '';
109
- this.eventSource = new EventSource(`${apiBaseUrl}/api/v1/notifications/stream`, {
+ this.eventSource = new EventSource(`${apiBaseUrl}/api/v2/notifications/stream`, {
110
withCredentials: true
111
});
112
0 commit comments