fix-sse-url

This commit is contained in:
Untone 2023-10-20 15:11:06 +03:00
parent 294b7da5da
commit 4c5778d0de

View File

@ -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',