From 7fc17d062bed6f99fd7860898f474dff5b51cf73 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 26 十一月 2024 14:47:59 +0800 Subject: [PATCH] feat:原发信息增加限制 --- manifest.json | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index dbcf038..372ab33 100644 --- a/manifest.json +++ b/manifest.json @@ -109,7 +109,7 @@ } }, "/gen" : { - "target" : "http://192.168.0.66:9896", + "target" : "http://192.168.0.66:9999", "changeOrigin" : true, "secure" : true, "ws" : false, // 闇�瑕亀ebsocket 寮�鍚� @@ -118,7 +118,7 @@ } }, "/wrzs" : { - "target" : "http://192.168.0.66:9896", + "target" : "http://192.168.0.66:9896", "changeOrigin" : true, "secure" : true, "ws" : true, // 闇�瑕亀ebsocket 寮�鍚� -- Gitblit v1.9.1