mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-04 16:35:57 +00:00
Update src/mixins/socket.js
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
fcea9af799
commit
bbf5c19a6e
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue