외부 REST API 목록에 DB 토큰 인증 라벨 추가

This commit is contained in:
dohyeons 2025-11-27 17:14:24 +09:00
parent 2c5fe41a21
commit 586dde96fb
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ const AUTH_TYPE_LABELS: Record<string, string> = {
bearer: "Bearer", bearer: "Bearer",
basic: "Basic Auth", basic: "Basic Auth",
oauth2: "OAuth 2.0", oauth2: "OAuth 2.0",
"db-token": "DB 토큰",
}; };
// 활성 상태 옵션 // 활성 상태 옵션