Initial commit

This commit is contained in:
2025-11-17 15:04:27 +07:00
parent fb23922d31
commit a14562cfe0
14 changed files with 640 additions and 6673 deletions

View File

@@ -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";