UNPKG

220 BJSONView Raw
1{
2 "server": {
3 "port": 7777,
4 "proxy": {
5 "/api": {
6 "target": "http://www.example.org/",
7 "changeOrigin": true,
8 "pathRewrite": {
9 "^/api": "/"
10 }
11 }
12 }
13 }
14}