fix: duplicate root path

Signed-off-by: hongming <talonwan@yunify.com>
This commit is contained in:
hongming
2019-06-21 15:22:33 +08:00
parent 916469dc99
commit bade7af87e

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").