mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-07 22:16:16 +08:00
chore: fix some typos (#4564)
Signed-off-by: writegr <wellweek@outlook.com>
This commit is contained in:
parent
4832081b82
commit
a5fdff61ff
4 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||||
|
|
|
@ -156,7 +156,7 @@ const docTemplate = `{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"/apps/ingored": {
|
"/apps/ignored": {
|
||||||
"get": {
|
"get": {
|
||||||
"security": [
|
"security": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -149,7 +149,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"/apps/ingored": {
|
"/apps/ignored": {
|
||||||
"get": {
|
"get": {
|
||||||
"security": [
|
"security": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue