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