final update
This commit is contained in:
@@ -47,9 +47,10 @@ import { useWebSocket } from "~/composables/useWebSocket";
|
||||
const paymentStore = usePaymentStore();
|
||||
const router = useRouter();
|
||||
const localIpAddress = ref(null);
|
||||
const config = useRuntimeConfig()
|
||||
|
||||
const WS_URL_BASE = "ws://10.10.150.45:8080/api/v1/ws";
|
||||
const WS_QUERY = "user_id=QRIS&room=BANKJATIM";
|
||||
const WS_URL_BASE = config.public.url_base;
|
||||
const WS_QUERY = config.public.query;
|
||||
const fullWsUrl = `${WS_URL_BASE}?${WS_QUERY}`;
|
||||
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user