aboutsummaryrefslogtreecommitdiff
path: root/backend/handlers/map.go
diff options
context:
space:
mode:
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 {