Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Commit d2bde3f

Browse files
quoingQuoing
and
Quoing
authored
fix: task swag (#710)
Co-authored-by: Quoing <[email protected]>
1 parent d920e1e commit d2bde3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/api/handlers/v1/controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func NewControllerV1(svc *services.AllServices, repos *repo.AllRepos, bus *event
112112
// @Summary Application Info
113113
// @Tags Base
114114
// @Produce json
115-
// @Success 200 {object} ApiSummary
115+
// @Success 200 {object} APISummary
116116
// @Router /v1/status [GET]
117117
func (ctrl *V1Controller) HandleBase(ready ReadyFunc, build Build) errchain.HandlerFunc {
118118
return func(w http.ResponseWriter, r *http.Request) error {

0 commit comments

Comments
 (0)