oc-catalog update

This commit is contained in:
mr
2026-02-12 11:33:23 +01:00
parent 9da08a1a97
commit 7dbc9cb842
12 changed files with 348 additions and 40 deletions

View File

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