Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -13,7 +13,7 @@ export default mergeConfig( | @@ -13,7 +13,7 @@ export default mergeConfig( | ||
| 13 | }, | 13 | }, |
| 14 | proxy:{ | 14 | proxy:{ |
| 15 | '/dev-api': { | 15 | '/dev-api': { |
| 16 | - target:"http://127.0.0.1:8080", | 16 | + target:"http://10.9.0.116:9284", |
| 17 | changeOrigin: true, | 17 | changeOrigin: true, |
| 18 | rewrite: (path) => path.replace(/^\/dev-api/, '') | 18 | rewrite: (path) => path.replace(/^\/dev-api/, '') |
| 19 | } | 19 | } |