AFFiNE/apps/ligo-virgo/proxy.conf.json

14 lines
279 B
JSON
Raw Normal View History

{
"/api": {
"target": "https://nightly.affine.pro/",
"secure": false,
"changeOrigin": true
},
"/collaboration": {
"target": "https://canary.affine.pro",
"ws": true,
"changeOrigin": true,
"secure": false
}
}