We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917c0cd commit 8d80c88Copy full SHA for 8d80c88
web/src/App.vue
@@ -17,7 +17,7 @@ export default {
17
},
18
19
beforeMount() {
20
- const ws = new WebSocket('wss://stats.resamvi.io:8000/');
+ const ws = new WebSocket('wss://xyz.resamvi.io/');
21
ws.onmessage = ({ data }) => {
22
this.$store.commit('update', JSON.parse(data));
23
};
0 commit comments