From 7ce06a9fd904a96c92d6383a09cad2ad99f4053d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 17 Aug 2025 16:04:36 +0900 Subject: feat: update "PHPerKaigi" to "iOSDC Japan" --- backend/api/handler.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend/api/handler.go') diff --git a/backend/api/handler.go b/backend/api/handler.go index 6561151..67f859c 100644 --- a/backend/api/handler.go +++ b/backend/api/handler.go @@ -11,8 +11,8 @@ import ( "github.com/labstack/echo/v4" "github.com/oapi-codegen/nullable" - "github.com/nsfisis/phperkaigi-2025-albatross/backend/auth" - "github.com/nsfisis/phperkaigi-2025-albatross/backend/db" + "github.com/nsfisis/iosdc-japan-2025-albatross/backend/auth" + "github.com/nsfisis/iosdc-japan-2025-albatross/backend/db" ) type Handler struct { -- cgit v1.2.3-70-g09d2