Skip to content

Commit

Permalink
api: rest: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ish-hcc committed Jan 5, 2024
1 parent a3fa09e commit 5e4de88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkg/api/rest/controller/health.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ type SimpleMsg struct {
Message string `json:"message"`
}

// GetHealth func is for checking Cicada server health.
// @Summary Check Cicada is alive
// @Description Check Cicada is alive
// GetHealth func is for checking Honeybee server health.
// @Summary Check Honeybee is alive
// @Description Check Honeybee is alive
// @Tags [Admin] System management
// @Accept json
// @Produce json
Expand Down
2 changes: 1 addition & 1 deletion pkg/api/rest/controller/softwareInfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

// GetSoftwareInfo godoc
//
// @Summary Get a list of Integrated Infra information
// @Summary Get a list of software information
// @Description Get software information.
// @Tags [Software] Get software info
// @Accept json
Expand Down

0 comments on commit 5e4de88

Please sign in to comment.