aboutsummaryrefslogtreecommitdiff
path: root/backend/handlers/map.go
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-09-10 22:13:24 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-09-10 22:13:24 +0300
commit16165aea34a711027825b3f6512e73a0156f8068 (patch)
tree138d92b8b01c41e07a3a2316fd109ddd97e80fa6 /backend/handlers/map.go
parentrefactor: update readme (diff)
downloadlphub-16165aea34a711027825b3f6512e73a0156f8068.tar.gz
lphub-16165aea34a711027825b3f6512e73a0156f8068.tar.bz2
lphub-16165aea34a711027825b3f6512e73a0156f8068.zip
refactor: move backend entry, rename module
Diffstat (limited to 'backend/handlers/map.go')
-rw-r--r--backend/handlers/map.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/backend/handlers/map.go b/backend/handlers/map.go
index 2f38b32..56c3455 100644
--- a/backend/handlers/map.go
+++ b/backend/handlers/map.go
@@ -5,9 +5,10 @@ import (
5 "strconv" 5 "strconv"
6 "time" 6 "time"
7 7
8 "lphub/database"
9 "lphub/models"
10
8 "github.com/gin-gonic/gin" 11 "github.com/gin-gonic/gin"
9 "github.com/pektezol/leastportalshub/backend/database"
10 "github.com/pektezol/leastportalshub/backend/models"
11) 12)
12 13
13type MapSummaryResponse struct { 14type MapSummaryResponse struct {