oc-catalog update
This commit is contained in:
@@ -128,7 +128,7 @@ func (o *ProcessingController) Delete() {
|
||||
// @Param search path string true "the search you want to get"
|
||||
// @Param is_draft query string false "draft wished"
|
||||
// @Success 200 {workflow} models.workflow
|
||||
// @router /search/:search/decentralized/:type [get]
|
||||
// @router /decentralized/:type/search/:search[get]
|
||||
func (o *ProcessingController) SearchDecentralized() {
|
||||
user, _, _ := oclib.ExtractTokenInfo(*o.Ctx.Request)
|
||||
search := o.Ctx.Input.Param(":search")
|
||||
|
||||
Reference in New Issue
Block a user