Skip to content

Commit 09718a0

Browse files
authored
Merge pull request #70 from DMU-DebugVisual/inseong
Update config.js
2 parents da5e64a + 96625c4 commit 09718a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/config.js

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

45
const API_ENDPOINTS = {
56
LOGIN: `${API_BASE_URL}/api/auth/login`,

0 commit comments

Comments
 (0)