aboutsummaryrefslogtreecommitdiff
path: root/backend/handlers/record.go
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-12-22 12:22:14 +0300
committerGitHub <noreply@github.com>2023-12-22 12:22:14 +0300
commit7f56ba240f71c1f6800d1d51ba278b8d5a968ab3 (patch)
treef19a3febf0be9111584d601b5adf254e1df2c9de /backend/handlers/record.go
parentfix: set db connection limits (#140) (diff)
downloadlphub-7f56ba240f71c1f6800d1d51ba278b8d5a968ab3.tar.gz
lphub-7f56ba240f71c1f6800d1d51ba278b8d5a968ab3.tar.bz2
lphub-7f56ba240f71c1f6800d1d51ba278b8d5a968ab3.zip
fix: discussions logic cleanup, docs title changes (#142)
Diffstat (limited to 'backend/handlers/record.go')
-rw-r--r--backend/handlers/record.go4
1 files changed, 2 insertions, 2 deletions
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 {
35// POST Record 35// POST Record
36// 36//
37// @Description Post record with demo of a specific map. 37// @Description Post record with demo of a specific map.
38// @Tags maps 38// @Tags maps / leaderboards
39// @Accept mpfd 39// @Accept mpfd
40// @Produce json 40// @Produce json
41// @Param mapid path int true "Map ID" 41// @Param mapid path int true "Map ID"
@@ -202,7 +202,7 @@ func CreateRecordWithDemo(c *gin.Context) {
202// DELETE Record 202// DELETE Record
203// 203//
204// @Description Delete record with specified map and record id. 204// @Description Delete record with specified map and record id.
205// @Tags maps 205// @Tags maps / leaderboards
206// @Produce json 206// @Produce json
207// @Param mapid path int true "Map ID" 207// @Param mapid path int true "Map ID"
208// @Param recordid path int true "Record ID" 208// @Param recordid path int true "Record ID"