aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2022-10-27 15:19:48 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2022-10-27 15:19:48 +0300
commitb63dff90e69e746d7c3fd5a7ce886d89895ec39e (patch)
tree38abd0b204d923f521e1fea4e5d184ffdc064167
parent(#2) finished user authentication with steam (probably) (diff)
downloadlphub-b63dff90e69e746d7c3fd5a7ce886d89895ec39e.tar.gz
lphub-b63dff90e69e746d7c3fd5a7ce886d89895ec39e.tar.bz2
lphub-b63dff90e69e746d7c3fd5a7ce886d89895ec39e.zip
change middleware directory
Diffstat (limited to '')
-rw-r--r--backend/middleware/auth.go (renamed from middleware/auth.go)0
-rw-r--r--backend/routes/routes.go2
2 files changed, 1 insertions, 1 deletions
diff --git a/middleware/auth.go b/backend/middleware/auth.go
index ccd9c22..ccd9c22 100644
--- a/middleware/auth.go
+++ b/backend/middleware/auth.go
diff --git a/backend/routes/routes.go b/backend/routes/routes.go
index 9088eb3..51df115 100644
--- a/backend/routes/routes.go
+++ b/backend/routes/routes.go
@@ -7,7 +7,7 @@ import (
7 "github.com/gin-contrib/sessions/cookie" 7 "github.com/gin-contrib/sessions/cookie"
8 "github.com/gin-gonic/gin" 8 "github.com/gin-gonic/gin"
9 "github.com/pektezol/leastportals/backend/controllers" 9 "github.com/pektezol/leastportals/backend/controllers"
10 "github.com/pektezol/leastportals/middleware" 10 "github.com/pektezol/leastportals/backend/middleware"
11) 11)
12 12
13func InitRoutes(router *gin.Engine) { 13func InitRoutes(router *gin.Engine) {