flare / flare-ui /proxy.conf.json
ciyidogan's picture
Upload 44 files
9eba098 verified
{
"/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
}
}