Skip to content

Commit c11b2ec

Browse files
committed
domain
1 parent 614238b commit c11b2ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// config.js
2-
//const API_BASE_URL = 'https://api.zivorp.com';
3-
const API_BASE_URL = 'http://52.79.145.160:8080';
2+
const API_BASE_URL = 'https://api.zivorp.com';
3+
//const API_BASE_URL = 'http://52.79.145.160:8080';
44

55
const API_ENDPOINTS = {
66
LOGIN: `${API_BASE_URL}/api/auth/login`,

0 commit comments

Comments
 (0)