aboutsummaryrefslogtreecommitdiff
path: root/backend/controllers/homeController.go
diff options
context:
space:
mode:
Diffstat (limited to 'backend/controllers/homeController.go')
-rw-r--r--backend/controllers/homeController.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/controllers/homeController.go b/backend/controllers/homeController.go
index 2780e63..c94590a 100644
--- a/backend/controllers/homeController.go
+++ b/backend/controllers/homeController.go
@@ -6,8 +6,8 @@ import (
6 "strings" 6 "strings"
7 7
8 "github.com/gin-gonic/gin" 8 "github.com/gin-gonic/gin"
9 "github.com/pektezol/leastportals/backend/database" 9 "github.com/pektezol/leastportalshub/backend/database"
10 "github.com/pektezol/leastportals/backend/models" 10 "github.com/pektezol/leastportalshub/backend/models"
11) 11)
12 12
13func Home(c *gin.Context) { 13func Home(c *gin.Context) {