1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-03 09:07:19 +00:00

fix: case typo (#13049)

* Update settings.go

* Run swagger generate
This commit is contained in:
Rongjian Zhang
2020-10-07 00:16:16 +08:00
committed by GitHub
parent a23c128ba6
commit 77f360b1b8
2 changed files with 18 additions and 18 deletions

View File

@ -63,7 +63,7 @@ func GetGeneralRepoSettings(ctx *context.APIContext) {
// GetGeneralAttachmentSettings returns instance's global settings for Attachment
func GetGeneralAttachmentSettings(ctx *context.APIContext) {
// swagger:operation GET /settings/Attachment settings getGeneralAttachmentSettings
// swagger:operation GET /settings/attachment settings getGeneralAttachmentSettings
// ---
// summary: Get instance's global settings for Attachment
// produces: