Skip to content

Commit fa201e6

Browse files
authored
Merge pull request #39 from DMU-DebugVisual/inseong
8080 port 제거
2 parents 2fb194d + e562a68 commit fa201e6

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: 'https://api.zivorp.com:8080', // ✅ 항상 고정된 주소 사용
3+
API_BASE_URL: 'https://api.zivorp.com', // ✅ 항상 고정된 주소 사용
44
};
55

66
export default config;

0 commit comments

Comments
 (0)