We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.8.1
1.0.2
16.15.1
macOS
12.6
static
http://127.0.0.1:8080/docs/static/json
http://127.0.0.1:8080/docs/json
await fastify.register(require('@fastify/swagger'), { mode: 'dynamic', openapi: { info: { title: 'api.example.io', description: 'Example API', version: packageJson.version, }, components: { securitySchemes: { apiKey: { description: 'Your API Key', type: 'apiKey', name: 'Authorization', in: 'header', }, }, }, }, hideUntagged: true, }) await fastify.register(require('@fastify/swagger-ui'), { routePrefix: '/docs', uiConfig: { deepLinking: true, filter: '', }, })
And goto http://127.0.0.1:8080/docs
http://127.0.0.1:8080/docs
No response
The text was updated successfully, but these errors were encountered:
PR #12 should fix that.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Prerequisites
Fastify version
4.8.1
Plugin version
1.0.2
Node.js version
16.15.1
Operating system
macOS
Operating system version (i.e. 20.04, 11.3, 10)
12.6
Description
static
path component in it.http://127.0.0.1:8080/docs/static/json
. Expected:http://127.0.0.1:8080/docs/json
Steps to Reproduce
And goto
http://127.0.0.1:8080/docs
Expected Behavior
No response
The text was updated successfully, but these errors were encountered: