nic-chen commented on a change in pull request #497:
URL: https://github.com/apache/apisix-dashboard/pull/497#discussion_r492178489



##########
File path: api/route/base.go
##########
@@ -44,16 +46,18 @@ func SetUpRouter() *gin.Engine {
        AppendHealthCheck(r)
        AppendAuthentication(r)
        //AppendRoute(r)
-       AppendSsl(r)
+       //AppendSsl(r)
        AppendPlugin(r)
-       AppendUpstream(r)
+       //AppendUpstream(r)

Review comment:
       we need them to debug or compare.will remove them once when complete the 
refactoring work. 
    




----------------------------------------------------------------
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]


Reply via email to