elysiajs / elysia-swagger

A plugin for Elysia to auto-generate Swagger page
MIT License
84 stars 45 forks source link

bug: `filterPaths` have some questions #122

Closed findmio closed 4 months ago

findmio commented 4 months ago

https://github.com/elysiajs/elysia-swagger/blob/ff6e88ec2971d9a95bfbbda98cdd2c2d396cad49/src/utils.ts#L302

There are some issues here

  1. this document path is fixed and has not been changed according to configuration
  2. request path containing /swagger, such as /foo/swagger, will be ignored