We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473307c commit 9070238Copy full SHA for 9070238
webapp/src/utils/apiResolver.js
@@ -14,7 +14,7 @@
14
* websocket url
15
*/
16
export const wsUrl = IS_PRODUCTION ?
17
- `ws://${window.location.host}/ws/init` :
+ `wss://${window.location.host}/ws/init` :
18
'http://localhost:8080/ws/init'
19
20
0 commit comments