Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
gycgabriel committed Oct 15, 2023
1 parent 6e7a0d6 commit 1dcb7ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/hooks/useCollaboration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ enum SocketEvents {
ROOM_UPDATE = "api/collaboration-service/room/update",
ROOM_SAVE = "api/collaboration-service/room/save",
ROOM_LOAD = "api/collaboration-service/room/load",
QUESTION_SET = "api/collaboration-service/question/set",
}

var vers = 0;
Expand Down

0 comments on commit 1dcb7ad

Please sign in to comment.