We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 614238b commit c11b2ecCopy full SHA for c11b2ec
src/config.js
@@ -1,6 +1,6 @@
1
// config.js
2
-//const API_BASE_URL = 'https://api.zivorp.com';
3
-const API_BASE_URL = 'http://52.79.145.160:8080';
+const API_BASE_URL = 'https://api.zivorp.com';
+//const API_BASE_URL = 'http://52.79.145.160:8080';
4
5
const API_ENDPOINTS = {
6
LOGIN: `${API_BASE_URL}/api/auth/login`,
0 commit comments