Update src/stores/websocket.js

This commit is contained in:
Aleksandr Zaitsev 2024-07-21 18:21:17 +02:00
parent b6b99c3ef4
commit e82accd24b

View File

@ -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: () => ({