This commit is contained in:
Untone 2023-11-15 12:51:13 +03:00
parent e4f545b935
commit 89d6353803

View File

@ -96,7 +96,7 @@ export const NotificationsProvider = (props: { children: JSX.Element }) => {
if (isAuthenticated()) { if (isAuthenticated()) {
loadNotifications() loadNotifications()
await fetchEventSource('https://connect.discours.io', { await fetchEventSource('https://chat.discours.io/connect', {
method: 'GET', method: 'GET',
headers: { headers: {
'Content-Type': 'application/json', 'Content-Type': 'application/json',