Closed SomethingSexy closed 2 years ago
If looks like if the fastify option ignoreTrailingSlash is set to true that we get stuck in a redirect loop when trying to access the ui at /docs. Is there away this library can be updated to work with that option enabled?
ignoreTrailingSlash
/docs
const app = fastify({ ignoreTrailingSlash: true, })
Released in v2.0.3
If looks like if the fastify option
ignoreTrailingSlash
is set to true that we get stuck in a redirect loop when trying to access the ui at/docs
. Is there away this library can be updated to work with that option enabled?