bzp2010 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_r407014146
 
 

 ##########
 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:
   If so, i think it might be better to use XXXModule.
   I will change it back.
   But, should the initial be capitalized? 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to