From d2bde3f24112aaa033e813546631b194c569694d Mon Sep 17 00:00:00 2001 From: quoing Date: Wed, 17 Jan 2024 03:39:25 +0100 Subject: [PATCH] fix: task swag (#710) Co-authored-by: Quoing --- backend/app/api/handlers/v1/controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/api/handlers/v1/controller.go b/backend/app/api/handlers/v1/controller.go index 36df742..34a7542 100644 --- a/backend/app/api/handlers/v1/controller.go +++ b/backend/app/api/handlers/v1/controller.go @@ -112,7 +112,7 @@ func NewControllerV1(svc *services.AllServices, repos *repo.AllRepos, bus *event // @Summary Application Info // @Tags Base // @Produce json -// @Success 200 {object} ApiSummary +// @Success 200 {object} APISummary // @Router /v1/status [GET] func (ctrl *V1Controller) HandleBase(ready ReadyFunc, build Build) errchain.HandlerFunc { return func(w http.ResponseWriter, r *http.Request) error {