Commit ecf01a03 authored by shj's avatar shj

[FIX] api 요청 오류 처리 - axios url 수정

parent 0f5b1be6
...@@ -121,8 +121,7 @@ export default { ...@@ -121,8 +121,7 @@ export default {
}, },
axios:{ axios:{
host: "http://docs.vridgeai.com", baseURL: (process.env.API_URL || 'https://docs.vridgeai.com') + '/api', // 개발 서버
prefix: "/api",
}, },
healthCheck: { healthCheck: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment