diff options
Diffstat (limited to 'backend/game/http.go')
| -rw-r--r-- | backend/game/http.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/game/http.go b/backend/game/http.go index d955fa3..18f6cda 100644 --- a/backend/game/http.go +++ b/backend/game/http.go @@ -6,7 +6,7 @@ import ( "github.com/labstack/echo/v4" - "github.com/nsfisis/iosdc-2024-albatross/backend/auth" + "github.com/nsfisis/iosdc-japan-2024-albatross/backend/auth" ) type sockHandler struct { |
