diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-07-20 11:30:25 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-07-20 11:30:25 +0300 |
| commit | c61374a2998c33921013693b5faf3159edecf76a (patch) | |
| tree | 90993db9dc8df481b99e6fe1035980b7b4afaf93 /backend/middleware/auth.go | |
| parent | docs: relicense to AGPLv3 (diff) | |
| download | lphub-c61374a2998c33921013693b5faf3159edecf76a.tar.gz lphub-c61374a2998c33921013693b5faf3159edecf76a.tar.bz2 lphub-c61374a2998c33921013693b5faf3159edecf76a.zip | |
refactor: changed github repo name
Former-commit-id: e579843a0d66574b54b48fc1c02083c868db68a3
Diffstat (limited to '')
| -rw-r--r-- | backend/middleware/auth.go | 4 |
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 | ||
| 14 | func CheckAuth(c *gin.Context) { | 14 | func CheckAuth(c *gin.Context) { |