AFFiNE/apps/ligo-virgo/proxy.conf.json
2022-07-22 15:49:21 +08:00

14 lines
279 B
JSON

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