aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/admin/handler.go
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-03-04 21:26:39 +0900
committernsfisis <nsfisis@gmail.com>2025-03-04 21:26:39 +0900
commit9b1049e39b2e6e45371930832b421be21297dcb5 (patch)
treecf5bdc58c4ed41ad52ad4b20ab1d606fadbf8b31 /backend/admin/handler.go
parent3f73872865263e8690e12f4b43040ed38b062f28 (diff)
downloadiosdc-japan-2025-albatross-9b1049e39b2e6e45371930832b421be21297dcb5.tar.gz
iosdc-japan-2025-albatross-9b1049e39b2e6e45371930832b421be21297dcb5.tar.zst
iosdc-japan-2025-albatross-9b1049e39b2e6e45371930832b421be21297dcb5.zip
change base path
Diffstat (limited to 'backend/admin/handler.go')
-rw-r--r--backend/admin/handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/admin/handler.go b/backend/admin/handler.go
index 235e0be..c3e40e9 100644
--- a/backend/admin/handler.go
+++ b/backend/admin/handler.go
@@ -18,7 +18,7 @@ import (
)
const (
- basePath = "/iosdc-japan/2024/code-battle"
+ basePath = "/phperkaigi/2025/code-battle"
)
var jst = time.FixedZone("Asia/Tokyo", 9*60*60)