Update src/stores/websocket.js
This commit is contained in:
parent
b6b99c3ef4
commit
e82accd24b
|
|
@ -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: () => ({
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user