|
|
@@ -103,7 +103,7 @@ const timeFormatter = useTimeFormatter()
|
|
|
const table = ref(null)
|
|
|
const { play: playSound } = useSound(buttonSfx)
|
|
|
|
|
|
-const socket = io(import.meta.env.VITE_WS_URL + '/paymentManage', {
|
|
|
+const socket = io(import.meta.env.VITE_WS_URL + 'paymentManage', {
|
|
|
path: '/ws',
|
|
|
transports: ['websocket']
|
|
|
})
|