diff --git a/.env.development b/.env.development index 6336210..4706dd4 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ VUE_APP_HTTP_BASE = 'http://8.136.13.198/' -VUE_APP_HTTP = 'http://8.136.13.198:9044/' +VUE_APP_HTTP = 'http://8.136.13.198/corp/' VUE_APP_SCHOOL = 'http://8.136.13.198:9043/' VUE_APP_WS = 'http://8.136.13.198:9047/ws' VUE_APP_REC = 'http://8.136.13.198:9049/' diff --git a/.env.test b/.env.test index 3b94116..d3f4f42 100644 --- a/.env.test +++ b/.env.test @@ -1,5 +1,5 @@ VUE_APP_HTTP_BASE = 'https://test-api.hrzan.com/' -VUE_APP_HTTP = 'https://test-api.hrzan.com/corp/' +VUE_APP_HTTP = 'http://8.136.13.198/corp/' VUE_APP_SCHOOL = 'https://test-api.hrzan.com/cp/' VUE_APP_WS = 'https://test-api.hrzan.com/message/ws' VUE_APP_REC = 'https://test-api.hrzan.com/recruitment/'