This commit is contained in:
ondal
2025-04-06 12:42:46 +09:00
parent 63dce03d84
commit 16734bbeb7
4 changed files with 16 additions and 16 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
window.__runtime_config__ = {
MEMBER_URL: 'http://localhost:8081',
MYSUB_URL: 'http://localhost:8082',
RECOMMEND_URL: 'http://localhost:8083'
MEMBER_URL: 'http://localhost:8081/api/auth',
MYSUB_URL: 'http://localhost:8082/api/mysub',
RECOMMEND_URL: 'http://localhost:8083/api/recommend'
};