aboutsummaryrefslogtreecommitdiff
path: root/backend/controllers
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--backend/controllers/recordController.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/controllers/recordController.go b/backend/controllers/recordController.go
index e3120c9..aa43d6b 100644
--- a/backend/controllers/recordController.go
+++ b/backend/controllers/recordController.go
@@ -201,7 +201,7 @@ func CreateRecordWithDemo(c *gin.Context) {
201// @Param uuid query int true "Demo UUID" 201// @Param uuid query int true "Demo UUID"
202// @Success 200 {file} binary "Demo File" 202// @Success 200 {file} binary "Demo File"
203// @Failure 400 {object} models.Response 203// @Failure 400 {object} models.Response
204// @Router /demo [get] 204// @Router /demos [get]
205func DownloadDemoWithID(c *gin.Context) { 205func DownloadDemoWithID(c *gin.Context) {
206 uuid := c.Query("uuid") 206 uuid := c.Query("uuid")
207 var locationID string 207 var locationID string