aboutsummaryrefslogtreecommitdiff
path: root/backend/middleware/auth.go
diff options
context:
space:
mode:
Diffstat (limited to 'backend/middleware/auth.go')
-rw-r--r--backend/middleware/auth.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/middleware/auth.go b/backend/middleware/auth.go
index 0698f0a..0744b3d 100644
--- a/backend/middleware/auth.go
+++ b/backend/middleware/auth.go
@@ -7,8 +7,8 @@ import (
7 7
8 "github.com/gin-gonic/gin" 8 "github.com/gin-gonic/gin"
9 "github.com/golang-jwt/jwt/v4" 9 "github.com/golang-jwt/jwt/v4"
10 "github.com/pektezol/leastportals/backend/database" 10 "github.com/pektezol/leastportalshub/backend/database"
11 "github.com/pektezol/leastportals/backend/models" 11 "github.com/pektezol/leastportalshub/backend/models"
12) 12)
13 13
14func CheckAuth(c *gin.Context) { 14func CheckAuth(c *gin.Context) {