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
If it is configured a custom prefix and there is a API with path '/', the resulting OAS documentation is wrong.
Using the prefix /prefix/ and registering the GET / the OAS is the following (see this test
/prefix/
GET /
lc39/tests/documentation-routes.test.js
Line 56 in 5aa4769
Using the prefix /prefix and registering the GET / the OAS is the following (see this test
/prefix
Line 82 in 5aa4769
Note Consider that in these tests fastify use the default settings:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The description of the bug or the rationale of your proposal
If it is configured a custom prefix and there is a API with path '/', the resulting OAS documentation is wrong.
A snippet of code for replicating the issue or showing the proposal usage if applicable
Using the prefix
/prefix/
and registering theGET /
the OAS is the following (see this testlc39/tests/documentation-routes.test.js
Line 56 in 5aa4769
Using the prefix
/prefix
and registering theGET /
the OAS is the following (see this testlc39/tests/documentation-routes.test.js
Line 82 in 5aa4769
Note
Consider that in these tests fastify use the default settings:
The text was updated successfully, but these errors were encountered: