Skip to content

Commit 2a0d1af

Browse files
committed
fix: 알림 v2 변경
1 parent 190d8e3 commit 2a0d1af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hooks/useNotifications.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class SSEManager {
106106
sseDebugger.log('SSE 연결 시작', { userId }, userId);
107107

108108
const apiBaseUrl = import.meta.env.VITE_API_BASE_URL || '';
109-
this.eventSource = new EventSource(`${apiBaseUrl}/api/v1/notifications/stream`, {
109+
this.eventSource = new EventSource(`${apiBaseUrl}/api/v2/notifications/stream`, {
110110
withCredentials: true
111111
});
112112

0 commit comments

Comments
 (0)