From 725325a5bdfac73de8e8cbec2ba71a4923883529 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期四, 17 十月 2024 16:04:27 +0800
Subject: [PATCH] Merge branch 'master' of http://39.96.92.240:10000/r/~fyy/unattended-app

---
 manifest.json |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/manifest.json b/manifest.json
index 8eb5328..ff51cd9 100644
--- a/manifest.json
+++ b/manifest.json
@@ -98,7 +98,7 @@
             "disableHostCheck" : true,
             "proxy" : {
                 "/admin" : {
-                    "target" : "http://192.168.0.66:9999/",
+                    "target" : "http://192.168.0.22:9999/",
                     "changeOrigin" : true,
                     "secure" : true,
                     "ws" : false, // 闇�瑕亀ebsocket 寮�鍚�
@@ -107,7 +107,7 @@
                     }
                 },
                 "/gen" : {
-                    "target" : "http://192.168.0.66:9999/",
+                    "target" : "http://192.168.0.22:9999/",
                     "changeOrigin" : true,
                     "secure" : true,
                     "ws" : false, // 闇�瑕亀ebsocket 寮�鍚�
@@ -116,7 +116,7 @@
                     }
                 },
                 "/wrzs" : {
-                    "target" : "http://192.168.0.66:9896/",
+                    "target" : "http://192.168.0.22:9896/",
                     "changeOrigin" : true,
                     "secure" : true,
                     "ws" : true, // 闇�瑕亀ebsocket 寮�鍚�

--
Gitblit v1.9.1