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/map.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend/handlers/map.go') diff --git a/backend/handlers/map.go b/backend/handlers/map.go index f985a23..dfadade 100644 --- a/backend/handlers/map.go +++ b/backend/handlers/map.go @@ -61,7 +61,7 @@ type RecordMultiplayer struct { // GET Map Summary // // @Description Get map summary with specified id. -// @Tags maps +// @Tags maps / summary // @Produce json // @Param mapid path int true "Map ID" // @Success 200 {object} models.Response{data=MapSummaryResponse} @@ -140,7 +140,7 @@ func FetchMapSummary(c *gin.Context) { // GET Map Leaderboards // // @Description Get map leaderboards with specified id. -// @Tags maps +// @Tags maps / leaderboards // @Produce json // @Param mapid path int true "Map ID" // @Param page query int false "Page Number (default: 1)" -- cgit v1.2.3