Skip to content

Commit

Permalink
Fix: wss not enabled in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
robalb committed Dec 29, 2024
1 parent 473307c commit 9070238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/utils/apiResolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* websocket url
*/
export const wsUrl = IS_PRODUCTION ?
`ws://${window.location.host}/ws/init` :
`wss://${window.location.host}/ws/init` :
'http://localhost:8080/ws/init'


Expand Down

0 comments on commit 9070238

Please sign in to comment.