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

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

commit 0c63c509d8f14900313f11b655e69ebc31bab3ba
Author: juzhiyuan <[email protected]>
AuthorDate: Thu Mar 12 18:41:00 2020 +0800

    feat: added  edit route
---
 config/config.ts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/config/config.ts b/config/config.ts
index 687b505..247f3f3 100644
--- a/config/config.ts
+++ b/config/config.ts
@@ -128,6 +128,12 @@ export default {
                   name: 'list',
                   component: './SSLModule/list',
                 },
+                {
+                  path: '/ssl/:key/edit',
+                  name: 'edit',
+                  component: './SSLModule/detail',
+                  hideInMenu: true,
+                },
               ],
             },
             {

Reply via email to