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 d513593..0ac7fc6 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-japan-2024-albatross/backend/auth" + "github.com/nsfisis/phperkaigi-2025-albatross/backend/auth" ) type SockHandler struct { |
