This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch fix-upstream
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-dashboard.git
The following commit(s) were added to refs/heads/fix-upstream by this push:
new 6433f40 fix: redirect
6433f40 is described below
commit 6433f40793b091f3051e37d5298a982a0642621b
Author: juzhiyuan <[email protected]>
AuthorDate: Thu Jun 4 12:31:10 2020 +0800
fix: redirect
---
src/pages/Routes/transform.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/Routes/transform.ts b/src/pages/Routes/transform.ts
index 4000ffd..a17a0c4 100644
--- a/src/pages/Routes/transform.ts
+++ b/src/pages/Routes/transform.ts
@@ -75,9 +75,9 @@ export const transformStepData = ({
'upstreamHeaderList',
'websocket',
'timeout',
- 'redirect',
'redirectURI',
'redirectCode',
+ 'forceHttps',
]) as RouteModule.Body;
};