frontend changes

This commit is contained in:
Chandini 2025-09-17 17:23:29 +05:30
parent 4983f7a2e6
commit 48023f9333

View File

@ -1,8 +1,8 @@
// //
// export const BACKEND_URL = 'https://backend.codenuk.com'; export const BACKEND_URL = 'https://backend.codenuk.com';
export const BACKEND_URL = 'http://localhost:8000'; // export const BACKEND_URL = 'http://localhost:8000';
export const SOCKET_URL = BACKEND_URL; export const SOCKET_URL = BACKEND_URL;