Use relative paths

This commit is contained in:
Johnny Silverhand
2021-01-31 10:55:37 -05:00
parent 2b1cb50ed2
commit f29fa0ebd9
5 changed files with 92 additions and 92 deletions

View File

@@ -1,6 +1,6 @@
import store from '@/store'
export const socket = io.connect(window.location.href)
export const socket = io.connect('/')
socket.on('init_update', data => {
store.dispatch('setAppInfo', data)