Skip to content

Commit

Permalink
feat: wss instead of ws
Browse files Browse the repository at this point in the history
  • Loading branch information
Yongbeom-Kim committed Nov 11, 2024
1 parent 74c9415 commit 90a81a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peerprep/frontend/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ VITE_USERS_API_URL=https://user.peerprep.app/users
VITE_QUESTION_API_URL=https://question.peerperp.app/api/questions
VITE_TESTCASE_API_URL=https://question.peerperp.app/api/testcases
VITE_ASSESSCODE_API_URL=https://collab.peerprep.app/api/gpt/assess
VITE_WS_PROVIDER_URL=ws://collab.peerprep.app/
VITE_WS_PROVIDER_URL=wss://collab.peerprep.app/
VITE_SOCKET_IO_URL=https://collab.peerprep.app/

0 comments on commit 90a81a7

Please sign in to comment.