Skip to content

Commit

Permalink
chore: fix some typos (#4564)
Browse files Browse the repository at this point in the history
Signed-off-by: writegr <[email protected]>
  • Loading branch information
writegr committed Apr 18, 2024
1 parent 4832081 commit a5fdff6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/app/api/v1/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func (b *BaseApi) GetAppDetailByID(c *gin.Context) {
// @Accept json
// @Success 200 {object} response.IgnoredApp
// @Security ApiKeyAuth
// @Router /apps/ingored [get]
// @Router /apps/ignored [get]
func (b *BaseApi) GetIgnoredApp(c *gin.Context) {
res, err := appService.GetIgnoredApp()
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion cmd/server/docs/docs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/server/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
}
}
},
"/apps/ingored": {
"/apps/ignored": {
"get": {
"security": [
{
Expand Down
2 changes: 1 addition & 1 deletion cmd/server/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5120,7 +5120,7 @@ paths:
summary: Get app detail by id
tags:
- App
/apps/ingored:
/apps/ignored:
get:
consumes:
- application/json
Expand Down

0 comments on commit a5fdff6

Please sign in to comment.