mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 16:41:56 +03:00
14 lines
279 B
JSON
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
|
|
}
|
|
}
|