diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-04-21 12:38:59 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-04-21 23:57:49 +0300 |
| commit | 568e77f6d9c5d5a34879901f12ee189ade218c7d (patch) | |
| tree | 3681088bd479d8bc5657179f95caf6b7824acc94 /backend/controllers/mapController.go | |
| parent | doc: readme (diff) | |
| download | lphub-568e77f6d9c5d5a34879901f12ee189ade218c7d.tar.gz lphub-568e77f6d9c5d5a34879901f12ee189ade218c7d.tar.bz2 lphub-568e77f6d9c5d5a34879901f12ee189ade218c7d.zip | |
doc: added tags
Diffstat (limited to '')
| -rw-r--r-- | backend/controllers/mapController.go | 1 |
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" |