diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-28 19:06:11 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-28 19:06:11 +0900 |
| commit | 0ecb9872b0e0e421d498f0afb4a8f603cba50b39 (patch) | |
| tree | 3b5f08074eba8f02bf49f06a42e3177edb0828de /backend/auth/jwt.go | |
| parent | bb1198f01b97ed35531fb2730311832c10249099 (diff) | |
| download | phperkaigi-2025-albatross-0ecb9872b0e0e421d498f0afb4a8f603cba50b39.tar.gz phperkaigi-2025-albatross-0ecb9872b0e0e421d498f0afb4a8f603cba50b39.tar.zst phperkaigi-2025-albatross-0ecb9872b0e0e421d498f0afb4a8f603cba50b39.zip | |
chore(backend): rename root module
Diffstat (limited to 'backend/auth/jwt.go')
| -rw-r--r-- | backend/auth/jwt.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/auth/jwt.go b/backend/auth/jwt.go index c750531..c15fc01 100644 --- a/backend/auth/jwt.go +++ b/backend/auth/jwt.go @@ -6,7 +6,7 @@ import ( "github.com/golang-jwt/jwt/v5" - "github.com/nsfisis/iosdc-2024-albatross-backend/db" + "github.com/nsfisis/iosdc-2024-albatross/backend/db" ) type JWTClaims struct { |
