| 1234567891011121314151617181920212223242526272829303132 |
- {
- "/api/*": {
- "target": "http://localhost:3000",
- "secure": false,
- "logLevel": "debug"
- },
- "/napi/*": {
- "target": "http://localhost:3000",
- "secure": false,
- "logLevel": "debug"
- },
- "/static/*": {
- "target": "http://localhost:3000",
- "secure": false,
- "logLevel": "debug"
- },
- "/thumbs/*": {
- "target": "http://localhost:3000",
- "secure": false,
- "logLevel": "debug"
- },
- "/zips/*": {
- "target": "http://localhost:3000",
- "secure": false,
- "logLevel": "debug"
- },
- "/res/*": {
- "target": "http://localhost:3000",
- "secure": false,
- "logLevel": "debug"
- }
- }
|