aboutsummaryrefslogtreecommitdiff
path: root/backend/handlers/home.go
diff options
context:
space:
mode:
Diffstat (limited to 'backend/handlers/home.go')
-rw-r--r--backend/handlers/home.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/backend/handlers/home.go b/backend/handlers/home.go
index 16ac993..1734d28 100644
--- a/backend/handlers/home.go
+++ b/backend/handlers/home.go
@@ -6,9 +6,10 @@ import (
6 "sort" 6 "sort"
7 "strings" 7 "strings"
8 8
9 "lphub/database"
10 "lphub/models"
11
9 "github.com/gin-gonic/gin" 12 "github.com/gin-gonic/gin"
10 "github.com/pektezol/leastportalshub/backend/database"
11 "github.com/pektezol/leastportalshub/backend/models"
12) 13)
13 14
14type SearchResponse struct { 15type SearchResponse struct {