Files
vue-pure-admin/frontend/angular-ts/proxy.conf.json

12 lines
182 B
JSON

{
"/api": {
"target": "http://192.168.15.213:3000/",
"secure": false,
"pathRewrite": {
"^/api": ""
},
"changeOrigin": true,
"logLevel": "debug"
}
}