Skip to content

Commit

Permalink
Заготовка под уведомления о приглашении в заметку
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikMix committed May 25, 2024
1 parent da15407 commit 195565d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/modules/stores/NotesStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class NotesStore extends BaseStore<NotesStoreState> {
await this.fetchNotes(true);
await this.fetchTags()

this.invitesWS = new WebSocketConnection(`api/note/subscribe/on_invites`)
this.invitesWS = new WebSocketConnection(`note/subscribe/on_invites`)

this.invitesWS.onOpen(() => {
console.log("invitesWS.onOpen")
Expand Down

0 comments on commit 195565d

Please sign in to comment.