Open andrefelipeschulle opened 1 week ago
Is there any way to hide the "Open API Client" button?
You can do so with CSS:
new Elysia().use( swagger({ scalarConfig: { customCss: `.open-api-client-button { display: none !important }`, }, }) )
Is there any way to hide the "Open API Client" button?