aboutsummaryrefslogtreecommitdiff
path: root/backend/controllers/mapController.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--backend/controllers/mapController.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/controllers/mapController.go b/backend/controllers/mapController.go
index 1560441..16dd669 100644
--- a/backend/controllers/mapController.go
+++ b/backend/controllers/mapController.go
@@ -12,6 +12,7 @@ import (
12// GET Map 12// GET Map
13// 13//
14// @Summary Get map page with specified id. 14// @Summary Get map page with specified id.
15// @Tags maps
15// @Accept json 16// @Accept json
16// @Produce json 17// @Produce json
17// @Param id path int true "Map ID" 18// @Param id path int true "Map ID"