mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
fix: pin swagger-ui CDN assets with SRI and add document-level security default
This commit is contained in:
@@ -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: [] }],
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user