We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da5e64a + 96625c4 commit 09718a0Copy full SHA for 09718a0
src/config.js
@@ -1,5 +1,6 @@
1
// config.js
2
-const API_BASE_URL = 'https://api.zivorp.com';
+//const API_BASE_URL = 'https://api.zivorp.com';
3
+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