We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54ee8a9 + b2c67e9 commit 2fb194dCopy full SHA for 2fb194d
src/config.js
@@ -1,6 +1,6 @@
1
// 프록시 없이 직접 API 서버 주소 사용
2
const config = {
3
- API_BASE_URL: 'http://13.209.72.114:8080', // ✅ 항상 고정된 주소 사용
+ API_BASE_URL: 'https://api.zivorp.com:8080', // ✅ 항상 고정된 주소 사용
4
};
5
6
export default config;
0 commit comments