aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/api
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-31 22:27:28 +0900
committernsfisis <nsfisis@gmail.com>2024-07-31 22:27:28 +0900
commitabb8a31a12ba49d0d7faf5fdf2f5b790accfda92 (patch)
treeeb52d14097c04a352759881da90d1ec9245777f9 /backend/api
parent4aff0feca72da0175dcecb44aca9b3e30c861bc5 (diff)
downloadiosdc-japan-2025-albatross-abb8a31a12ba49d0d7faf5fdf2f5b790accfda92.tar.gz
iosdc-japan-2025-albatross-abb8a31a12ba49d0d7faf5fdf2f5b790accfda92.tar.zst
iosdc-japan-2025-albatross-abb8a31a12ba49d0d7faf5fdf2f5b790accfda92.zip
feat: "iOSDC 2024" to "iOSDC Japan 2024"
Diffstat (limited to 'backend/api')
-rw-r--r--backend/api/handlers.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/api/handlers.go b/backend/api/handlers.go
index 558949b..cc16972 100644
--- a/backend/api/handlers.go
+++ b/backend/api/handlers.go
@@ -11,8 +11,8 @@ import (
"github.com/jackc/pgx/v5/pgtype"
"github.com/labstack/echo/v4"
- "github.com/nsfisis/iosdc-2024-albatross/backend/auth"
- "github.com/nsfisis/iosdc-2024-albatross/backend/db"
+ "github.com/nsfisis/iosdc-japan-2024-albatross/backend/auth"
+ "github.com/nsfisis/iosdc-japan-2024-albatross/backend/db"
)
var _ StrictServerInterface = (*ApiHandler)(nil)