Skip to content

Commit

Permalink
Update src/lib/openapi/spec/set-cors-schema.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Gastón Fournier <[email protected]>
  • Loading branch information
Tymek and gastonfournier authored Jan 7, 2025
1 parent 5f9a377 commit 866b46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/openapi/spec/set-cors-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const setCorsSchema = {
$id: '#/components/schemas/setCorsSchema',
type: 'object',
additionalProperties: false,
description: 'Unleash configuration settings affect the admin UI.',
description: 'Unleash CORS configuration.',
properties: {
frontendApiOrigins: {
description:
Expand Down

0 comments on commit 866b46a

Please sign in to comment.