aboutsummaryrefslogtreecommitdiff
path: root/backend/controllers
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-04-24 18:03:19 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-04-24 18:03:19 +0300
commit83481810d9ce714f1893a55995c34755f499b817 (patch)
treea429f897e56459606085b152d6d5dee119819740 /backend/controllers
parentfeat/db: multiple game/chapter support, improved map relations (#1) (diff)
downloadlphub-83481810d9ce714f1893a55995c34755f499b817.tar.gz
lphub-83481810d9ce714f1893a55995c34755f499b817.tar.bz2
lphub-83481810d9ce714f1893a55995c34755f499b817.zip
doc: change route name
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