From e82accd24b347836161331612d8c04a79eb7a7ad Mon Sep 17 00:00:00 2001 From: Qvinti Date: Sun, 21 Jul 2024 18:21:17 +0200 Subject: [PATCH] Update src/stores/websocket.js --- src/stores/websocket.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/websocket.js b/src/stores/websocket.js index 2fffca7..3064f42 100644 --- a/src/stores/websocket.js +++ b/src/stores/websocket.js @@ -2,7 +2,7 @@ import { defineStore } from "pinia"; import { usePlayerStore } from "./player"; import { useGameStore } from "./game"; -const connectionUrl = 'wss://fishingspot.serverhost.stream/socket' +const connectionUrl = 'wss://fish-spot.game.qvinti.net/socket' export const useWebsocketStore = defineStore("websocket", { state: () => ({