diff --git a/src/context/notifications.tsx b/src/context/notifications.tsx index f7a19efe..27d91e15 100644 --- a/src/context/notifications.tsx +++ b/src/context/notifications.tsx @@ -93,7 +93,7 @@ export const NotificationsProvider = (props: { children: JSX.Element }) => { if (isAuthenticated()) { loadNotifications() - await fetchEventSource('https://chat.discours.io/', { + await fetchEventSource('https://connect.discours.io', { method: 'GET', headers: { 'Content-Type': 'application/json',