♻️ refactor

This commit is contained in:
Fred KISSIE
2025-10-29 03:08:56 +01:00
parent 10ce732b8d
commit bb0bfd440a
2 changed files with 3 additions and 3 deletions

View File

@@ -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"
}