diff --git a/config/proxy.ts b/config/proxy.ts index 3a23c39..f18f7f2 100644 --- a/config/proxy.ts +++ b/config/proxy.ts @@ -42,6 +42,7 @@ export default { target: 'http://localhost:18014', changeOrigin: true, pathRewrite: { '/api/biz-service-ebtp-rsms': '' }, + }, '/api/biz-service-ebtp-agency': { target: 'http://localhost:18099', changeOrigin: true, @@ -89,4 +90,3 @@ export default { }, } }; -