aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/game/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'backend/game/http.go')
-rw-r--r--backend/game/http.go2
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 {