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,