You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/06/05 16:04:32 UTC

[incubator-apisix-dashboard] branch next updated: feat: remove default plugin

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-dashboard.git


The following commit(s) were added to refs/heads/next by this push:
     new 2dd2a64  feat: remove default plugin
2dd2a64 is described below

commit 2dd2a646e38a50b15c0519169d93801f489f6731
Author: juzhiyuan <jj...@gmail.com>
AuthorDate: Sat Jun 6 00:02:20 2020 +0800

    feat: remove default plugin
---
 src/pages/Routes/constants.ts | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/src/pages/Routes/constants.ts b/src/pages/Routes/constants.ts
index 45f3af2..ced7e0d 100644
--- a/src/pages/Routes/constants.ts
+++ b/src/pages/Routes/constants.ts
@@ -51,14 +51,7 @@ export const DEFAULT_STEP_2_DATA: RouteModule.Step2Data = {
 };
 
 export const DEFAULT_STEP_3_DATA: RouteModule.Step3Data = {
-  plugins: {
-    'limit-count': {
-      count: 2,
-      time_window: 60,
-      rejected_code: 503,
-      key: 'remote_addr',
-    },
-  },
+  plugins: {},
 };
 
 export const STEP_HEADER_2 = ['定义 API 请求', '预览'];