Spaces:
Paused
Paused
| { | |
| "/api/*": { | |
| "target": "http://localhost:7860", | |
| "secure": false, | |
| "changeOrigin": true, | |
| "logLevel": "debug" | |
| }, | |
| "/start_session": { | |
| "target": "http://localhost:7860", | |
| "secure": false, | |
| "changeOrigin": true | |
| }, | |
| "/chat": { | |
| "target": "http://localhost:7860", | |
| "secure": false, | |
| "changeOrigin": true | |
| } | |
| } |