add proxy api

This commit is contained in:
kandrusyak
2022-08-01 14:07:23 +03:00
parent 826f340e9a
commit 344b2c7862
2 changed files with 8 additions and 1 deletions

View File

@@ -38,6 +38,13 @@ module.exports = {
client: {
progress: true,
},
proxy: {
'/api/**': {
target: 'http://3.125.47.101',
secure: false,
changeOrigin: true
}
}
},
module: {