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/record.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend/handlers/record.go') diff --git a/backend/handlers/record.go b/backend/handlers/record.go index 5dff085..79e9d3b 100644 --- a/backend/handlers/record.go +++ b/backend/handlers/record.go @@ -35,7 +35,7 @@ type RecordResponse struct { // POST Record // // @Description Post record with demo of a specific map. -// @Tags maps +// @Tags maps / leaderboards // @Accept mpfd // @Produce json // @Param mapid path int true "Map ID" @@ -202,7 +202,7 @@ func CreateRecordWithDemo(c *gin.Context) { // DELETE Record // // @Description Delete record with specified map and record id. -// @Tags maps +// @Tags maps / leaderboards // @Produce json // @Param mapid path int true "Map ID" // @Param recordid path int true "Record ID" -- cgit v1.2.3