Files
airport-chengdu-web/proxy.conf.json
T

21 lines
434 B
JSON
Raw Normal View History

2018-11-15 18:29:55 +08:00
{
"/sysapi":{
"target": "http://130.120.3.231:91",
"secure": false,
"changeOrigin": true,
"ws": true
2018-11-19 09:30:59 +08:00
},
"/login":{
"target": "http://130.120.3.231:91",
"secure": false,
"changeOrigin": true,
"ws": true
},
"/adminapi":{
"target": "http://130.120.3.231:91",
"secure": false,
"changeOrigin": true,
"ws": true
2018-11-15 18:29:55 +08:00
}
}