aboutsummaryrefslogtreecommitdiff
path: root/backend/handlers/map.go
diff options
context:
space:
mode:
Diffstat (limited to 'backend/handlers/map.go')
-rw-r--r--backend/handlers/map.go4
1 files changed, 2 insertions, 2 deletions
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 {
61// GET Map Summary 61// GET Map Summary
62// 62//
63// @Description Get map summary with specified id. 63// @Description Get map summary with specified id.
64// @Tags maps 64// @Tags maps / summary
65// @Produce json 65// @Produce json
66// @Param mapid path int true "Map ID" 66// @Param mapid path int true "Map ID"
67// @Success 200 {object} models.Response{data=MapSummaryResponse} 67// @Success 200 {object} models.Response{data=MapSummaryResponse}
@@ -140,7 +140,7 @@ func FetchMapSummary(c *gin.Context) {
140// GET Map Leaderboards 140// GET Map Leaderboards
141// 141//
142// @Description Get map leaderboards with specified id. 142// @Description Get map leaderboards with specified id.
143// @Tags maps 143// @Tags maps / leaderboards
144// @Produce json 144// @Produce json
145// @Param mapid path int true "Map ID" 145// @Param mapid path int true "Map ID"
146// @Param page query int false "Page Number (default: 1)" 146// @Param page query int false "Page Number (default: 1)"