외부 REST API 목록에 DB 토큰 인증 라벨 추가
This commit is contained in:
parent
2c5fe41a21
commit
586dde96fb
|
|
@ -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 토큰",
|
||||||
};
|
};
|
||||||
|
|
||||||
// 활성 상태 옵션
|
// 활성 상태 옵션
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue