summaryrefslogtreecommitdiffstats
path: root/routers
diff options
context:
space:
mode:
authorRongjian Zhang <pd4d10@gmail.com>2020-10-07 00:16:16 +0800
committerGitHub <noreply@github.com>2020-10-06 12:16:16 -0400
commit77f360b1b82d63bf7ac91dce9cf9b1c3552a43e5 (patch)
tree0d0c04110398841da79c6a08fc8f6b6e7c64b5fe /routers
parenta23c128ba613ec3350af5719193977ba66a770d8 (diff)
downloadgitea-77f360b1b82d63bf7ac91dce9cf9b1c3552a43e5.tar.gz
gitea-77f360b1b82d63bf7ac91dce9cf9b1c3552a43e5.zip
fix: case typo (#13049)
* Update settings.go * Run swagger generate
Diffstat (limited to 'routers')
-rw-r--r--routers/api/v1/settings/settings.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/api/v1/settings/settings.go b/routers/api/v1/settings/settings.go
index 29210751d6..2b7b11bfd8 100644
--- a/routers/api/v1/settings/settings.go
+++ b/routers/api/v1/settings/settings.go
@@ -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: