diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-08-17 16:04:36 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-08-17 16:24:47 +0900 |
| commit | 7ce06a9fd904a96c92d6383a09cad2ad99f4053d (patch) | |
| tree | 287fa99a73fe3d96820de0cb88afe3eefddaf647 /backend/api | |
| parent | 2cb998d18de1f5928a3b2c995ab5c2d32f22c898 (diff) | |
| download | iosdc-japan-2025-albatross-7ce06a9fd904a96c92d6383a09cad2ad99f4053d.tar.gz iosdc-japan-2025-albatross-7ce06a9fd904a96c92d6383a09cad2ad99f4053d.tar.zst iosdc-japan-2025-albatross-7ce06a9fd904a96c92d6383a09cad2ad99f4053d.zip | |
feat: update "PHPerKaigi" to "iOSDC Japan"
Diffstat (limited to 'backend/api')
| -rw-r--r-- | backend/api/handler.go | 4 | ||||
| -rw-r--r-- | backend/api/handler_wrapper.go | 4 |
2 files changed, 4 insertions, 4 deletions
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 { diff --git a/backend/api/handler_wrapper.go b/backend/api/handler_wrapper.go index 95e6d2b..9c6c41a 100644 --- a/backend/api/handler_wrapper.go +++ b/backend/api/handler_wrapper.go @@ -7,8 +7,8 @@ import ( "errors" "strings" - "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" ) var _ StrictServerInterface = (*HandlerWrapper)(nil) |
