fix-sse-url
This commit is contained in:
parent
294b7da5da
commit
4c5778d0de
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user