fix comment

Signed-off-by: runzexia <runzexia@yunify.com>
This commit is contained in:
runzexia
2019-09-02 12:58:47 +08:00
parent 93db1f982e
commit 003bba5b62
3 changed files with 3 additions and 5 deletions

View File

@@ -136,7 +136,6 @@ func addWebService(c *restful.Container) error {
Metadata(restfulspec.KeyOpenAPITags, []string{constants.TenantResourcesTag}))
ws.Route(ws.GET("/devopscount").
To(tenant.GetDevOpsProjectsCount).
Param(ws.PathParameter("member", "workspace member's username")).
Returns(http.StatusOK, ok, struct {
Count uint32 `json:"count"`
}{}).