| 123456789101112131415161718 |
- {
- "/api-mobile": {
- "target": "http://localhost:3201",
- "secure": false,
- "changeOrigin": true,
- "pathRewrite": {
- "^/api-mobile": "/api"
- }
- },
- "/api-pc": {
- "target": "http://localhost:3101",
- "secure": false,
- "changeOrigin": true,
- "pathRewrite": {
- "^/api-pc": "/api"
- }
- }
- }
|