Initial commit
This commit is contained in:
@@ -821,9 +821,7 @@
|
||||
);
|
||||
const ipBased = document.getElementById("ipBasedCheck").checked;
|
||||
|
||||
let url = `ws://meninjar.dev.rssa.id:8070/api/v1/ws?user_id=${encodeURIComponent(
|
||||
userId
|
||||
)}&room=${encodeURIComponent(room)}`;
|
||||
let url = `ws://localhost:8080/api/v1/ws?user_id=QRIS&room=BANKJATIM`;
|
||||
|
||||
if (ipBased) {
|
||||
url += "&ip_based=true";
|
||||
|
||||
Reference in New Issue
Block a user