예약 서브도메인에서 dev 제거 — 본섭 테스트 테넌트 용도 허용
Build & Deploy to K8s / build-and-deploy (push) Successful in 4m30s

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-25 16:11:48 +09:00
parent 5af633d251
commit 2431451cef
2 changed files with 1 additions and 2 deletions
@@ -6,7 +6,7 @@ public final class ReservedSubdomains {
public static final Set<String> VALUES = Set.of(
"www", "admin", "api", "app", "static", "assets",
"main", "mail", "blog", "dev", "test", "staging", "prod", "console",
"main", "mail", "blog", "test", "staging", "prod", "console",
"solution"
);
-1
View File
@@ -16,7 +16,6 @@ const RESERVED_MAIN = new Set([
"main",
"mail",
"blog",
"dev",
"test",
"staging",
"prod",