This commit is contained in:
2025-05-10 14:27:23 +08:00
parent 47c50a52e3
commit 24028c35a5
6 changed files with 1996 additions and 348 deletions

View File

@@ -14,7 +14,7 @@ const meBackend = 'https://kevisual.xiongxiao.me';
const backendWss = devBackend.replace(/^https:/, 'wss:');
const backend = meBackend;
let proxy = {};
if (false) {
if (true) {
proxy = {
'/api': {
target: backend,