Merge pull request #492 from wansir/master

fix: duplicate root path
This commit is contained in:
hongming
2019-06-21 17:14:07 +08:00
committed by GitHub

View File

@@ -108,8 +108,6 @@ func addWebService(c *restful.Container) error {
Param(webservice.PathParameter("node", "node name")).
Returns(http.StatusOK, ok, errors.Error{}))
c.Add(webservice)
tags = []string{"Applications"}
webservice.Route(webservice.GET("/applications").