chore: fix some typos (#4564)

Signed-off-by: writegr <wellweek@outlook.com>
This commit is contained in:
writegr 2024-04-18 12:24:40 +08:00 committed by GitHub
parent 4832081b82
commit a5fdff61ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -137,7 +137,7 @@ func (b *BaseApi) GetAppDetailByID(c *gin.Context) {
// @Accept json // @Accept json
// @Success 200 {object} response.IgnoredApp // @Success 200 {object} response.IgnoredApp
// @Security ApiKeyAuth // @Security ApiKeyAuth
// @Router /apps/ingored [get] // @Router /apps/ignored [get]
func (b *BaseApi) GetIgnoredApp(c *gin.Context) { func (b *BaseApi) GetIgnoredApp(c *gin.Context) {
res, err := appService.GetIgnoredApp() res, err := appService.GetIgnoredApp()
if err != nil { if err != nil {

View file

@ -156,7 +156,7 @@ const docTemplate = `{
} }
} }
}, },
"/apps/ingored": { "/apps/ignored": {
"get": { "get": {
"security": [ "security": [
{ {

View file

@ -149,7 +149,7 @@
} }
} }
}, },
"/apps/ingored": { "/apps/ignored": {
"get": { "get": {
"security": [ "security": [
{ {

View file

@ -5120,7 +5120,7 @@ paths:
summary: Get app detail by id summary: Get app detail by id
tags: tags:
- App - App
/apps/ingored: /apps/ignored:
get: get:
consumes: consumes:
- application/json - application/json