diff --git a/app/md/md_config.go b/app/md/md_config.go index 504a258..c0cab53 100644 --- a/app/md/md_config.go +++ b/app/md/md_config.go @@ -13,7 +13,7 @@ type ConfigResp struct { Seo Seo `json:"seo"` } type Seo struct { - SeoTitle string `json:"seo_title"` + SeoTitle string `json:"seo_title" example:"seo"` SeoLogo string `json:"seo_logo"` WebLogo string `json:"web_logo"` }