mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-03 00:29:10 +00:00
♻️ refactor
This commit is contained in:
@@ -5,7 +5,6 @@ export const registry = new OpenAPIRegistry();
|
||||
export enum OpenAPITags {
|
||||
Site = "Site",
|
||||
Org = "Organization",
|
||||
Blueprint = "Blueprint",
|
||||
Resource = "Resource",
|
||||
Role = "Role",
|
||||
User = "User",
|
||||
@@ -16,5 +15,6 @@ export enum OpenAPITags {
|
||||
Idp = "Identity Provider",
|
||||
Client = "Client",
|
||||
ApiKey = "API Key",
|
||||
Domain = "Domain"
|
||||
Domain = "Domain",
|
||||
Blueprint = "Blueprint"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user