Skip to content

Commit 2fb194d

Browse files
authored
Merge pull request #38 from DMU-DebugVisual/inseong
http to https change
2 parents 54ee8a9 + b2c67e9 commit 2fb194d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 프록시 없이 직접 API 서버 주소 사용
22
const config = {
3-
API_BASE_URL: 'http://13.209.72.114:8080', // ✅ 항상 고정된 주소 사용
3+
API_BASE_URL: 'https://api.zivorp.com:8080', // ✅ 항상 고정된 주소 사용
44
};
55

66
export default config;

0 commit comments

Comments
 (0)