diff options
Diffstat (limited to 'backend/handlers/record.go')
| -rw-r--r-- | backend/handlers/record.go | 4 |
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" |