diff options
Diffstat (limited to 'backend/controllers/recordController.go')
| -rw-r--r-- | backend/controllers/recordController.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/controllers/recordController.go b/backend/controllers/recordController.go index 3e64e14..3b4bdc7 100644 --- a/backend/controllers/recordController.go +++ b/backend/controllers/recordController.go | |||
| @@ -21,6 +21,7 @@ import ( | |||
| 21 | // POST Record | 21 | // POST Record |
| 22 | // | 22 | // |
| 23 | // @Summary Post record with demo of a specific map. | 23 | // @Summary Post record with demo of a specific map. |
| 24 | // @Tags maps | ||
| 24 | // @Accept mpfd | 25 | // @Accept mpfd |
| 25 | // @Produce json | 26 | // @Produce json |
| 26 | // @Param Authorization header string true "JWT Token" | 27 | // @Param Authorization header string true "JWT Token" |
| @@ -194,6 +195,7 @@ func CreateRecordWithDemo(c *gin.Context) { | |||
| 194 | // GET Demo | 195 | // GET Demo |
| 195 | // | 196 | // |
| 196 | // @Summary Get demo with specified demo uuid. | 197 | // @Summary Get demo with specified demo uuid. |
| 198 | // @Tags demo | ||
| 197 | // @Accept json | 199 | // @Accept json |
| 198 | // @Produce octet-stream | 200 | // @Produce octet-stream |
| 199 | // @Param uuid path int true "Demo UUID" | 201 | // @Param uuid path int true "Demo UUID" |