fix: pin swagger-ui CDN assets with SRI and add document-level security default

This commit is contained in:
charles-gauthereau
2026-05-28 11:15:04 +02:00
parent 5735d47889
commit ad0e6be10d
2 changed files with 6 additions and 3 deletions
+1
View File
@@ -20,5 +20,6 @@ export function buildSpec() {
"Authenticate all requests using the x-api-key header with an API key generated from the Portabase dashboard.",
},
servers: [{ url: "/api/v1" }],
security: [{ apiKeyAuth: [] }],
});
}