提交 8cae4e85 编写于 作者: Z Zhuxiaoyang 提交者: zryfish

update api path

Signed-off-by: Nsoulseen <sunzhu@yunify.com>
上级 1e87ad59
...@@ -329,7 +329,7 @@ func addWebService(c *restful.Container) error { ...@@ -329,7 +329,7 @@ func addWebService(c *restful.Container) error {
Writes([]devops.QueuedBlueRun{})) Writes([]devops.QueuedBlueRun{}))
// match /crumbIssuer/api/json/ // match /crumbIssuer/api/json/
webservice.Route(webservice.GET("/devops/crumbIssuer"). webservice.Route(webservice.GET("/devops/crumbissuer").
To(devopsapi.GetCrumb). To(devopsapi.GetCrumb).
Metadata(restfulspec.KeyOpenAPITags, tags). Metadata(restfulspec.KeyOpenAPITags, tags).
Doc("Get crumb"). Doc("Get crumb").
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册