From 77f360b1b82d63bf7ac91dce9cf9b1c3552a43e5 Mon Sep 17 00:00:00 2001 From: Rongjian Zhang Date: Wed, 7 Oct 2020 00:16:16 +0800 Subject: fix: case typo (#13049) * Update settings.go * Run swagger generate --- routers/api/v1/settings/settings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routers') 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: -- cgit v1.2.3