This commit is contained in:
Baobhan Sith
2025-04-28 20:03:37 +08:00
parent bc08141982
commit c43b2c63f1
4 changed files with 11 additions and 9 deletions
@@ -40,8 +40,7 @@ const MIN_MODAL_HEIGHT = 768;
// Dynamically construct WebSocket URL based on environment
let backendBaseUrl: string;
// const LOCAL_BACKEND_URL = 'ws://localhost:18112'
const LOCAL_BACKEND_URL = 'ws://localhost:8081'
const LOCAL_BACKEND_URL = 'ws://localhost:3001'
// Determine WebSocket URL based on hostname
if (window.location.hostname === 'localhost') {