Update src/mixins/socket.js

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
Jakub Blažej 2022-09-23 23:10:02 +02:00 committed by GitHub
parent fcea9af799
commit bbf5c19a6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,7 @@ export default {
const basePath = document.querySelector("head base").getAttribute("href");
socket = io(wsHost, {
transports: ["websocket"],
transports: [ "websocket" ],
path: basePath + "socket.io",
});