juzhiyuan commented on a change in pull request #172: feature: improve project 
structure and fix some problem
URL: 
https://github.com/apache/incubator-apisix-dashboard/pull/172#discussion_r407012943
 
 

 ##########
 File path: config/config.ts
 ##########
 @@ -125,21 +125,26 @@ export default {
               path: '/ssl',
               icon: 'crown',
               routes: [
+                {
+                  path: '/ssl',
+                  redirect: '/ssl/list',
+                },
                 {
                   path: '/ssl/list',
                   name: 'list',
-                  component: './SSLModule/list',
 
 Review comment:
   `module` is respected as `reversed keyword`, we'd better not use it 😂Also, 
most features are grouped as `XXXModule`, so please keep using it in my opinion 
:)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to