tokers commented on a change in pull request #77:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/77#discussion_r540022288



##########
File path: cmd/ingress/ingress.go
##########
@@ -71,19 +98,22 @@ func NewIngressCommand() *cobra.Command {
                        }()
 
                        router := pkg.Route()
-                       err := http.ListenAndServe(":8080", router)
+                       err = http.ListenAndServe(":8080", router)

Review comment:
       Sure, will be changed in next PR :).
   
   This PR will not introduce any codes that use the new config.




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