From 8039b1271e33ec2037829ca6f5d975c901a14f10 Mon Sep 17 00:00:00 2001 From: daihh Date: Tue, 18 Jul 2023 11:57:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/manifest.json b/manifest.json index b5f9da6..3ff84be 100644 --- a/manifest.json +++ b/manifest.json @@ -81,22 +81,22 @@ "^/systemapi" : "" } }, - "/userbasic" : { - "target" : "https://u-pre.boe.com", - "changeOrigin" : true, - "secure" : false, - "pathRewrite" : { - "^/userbasic" : "/userbasic" - } - }, - "/manageApi" : { - "target" : "https://u-pre.boe.com", - "changeOrigin" : true, - "secure" : false, - "pathRewrite" : { - "^/manageApi" : "/manageApi" - } - }, + "/userbasic" : { + "target" : "https://u-pre.boe.com", + "changeOrigin" : true, + "secure" : false, + "pathRewrite" : { + "^/userbasic" : "/userbasic" + } + }, + "/manageApi" : { + "target" : "https://u-pre.boe.com", + "changeOrigin" : true, + "secure" : false, + "pathRewrite" : { + "^/manageApi" : "/manageApi" + } + }, "/uboeApi" : { "target" : "https://u-pre.boe.com", "changeOrigin" : true,