From 7f56ba240f71c1f6800d1d51ba278b8d5a968ab3 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Fri, 22 Dec 2023 12:22:14 +0300 Subject: fix: discussions logic cleanup, docs title changes (#142) --- backend/handlers/mod.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'backend/handlers/mod.go') diff --git a/backend/handlers/mod.go b/backend/handlers/mod.go index 845152f..3709e1d 100644 --- a/backend/handlers/mod.go +++ b/backend/handlers/mod.go @@ -40,7 +40,7 @@ type EditMapImageRequest struct { // POST Map Summary // // @Description Create map summary with specified map id. -// @Tags maps +// @Tags maps / summary // @Produce json // @Param Authorization header string true "JWT Token" // @Param mapid path int true "Map ID" @@ -124,7 +124,7 @@ func CreateMapSummary(c *gin.Context) { // PUT Map Summary // // @Description Edit map summary with specified map id. -// @Tags maps +// @Tags maps / summary // @Produce json // @Param Authorization header string true "JWT Token" // @Param mapid path int true "Map ID" @@ -209,7 +209,7 @@ func EditMapSummary(c *gin.Context) { // DELETE Map Summary // // @Description Delete map summary with specified map id. -// @Tags maps +// @Tags maps / summary // @Produce json // @Param Authorization header string true "JWT Token" // @Param mapid path int true "Map ID" @@ -298,7 +298,7 @@ func DeleteMapSummary(c *gin.Context) { // PUT Map Image // // @Description Edit map image with specified map id. -// @Tags maps +// @Tags maps / summary // @Produce json // @Param Authorization header string true "JWT Token" // @Param mapid path int true "Map ID" -- cgit v1.2.3