ad-on-is / adonis-autoswagger

Auto-Generate swagger docs for AdonisJS
MIT License
97 stars 32 forks source link

Feature request: manual tag #72

Closed zecar closed 2 months ago

zecar commented 2 months ago

I have common endpoints like /entity, /entity2 which get's correctly auto tagged under "ENTITY" or "ENTITY2"

the issues comes when I have admin routes for those entities like /admin/entity; /admin/entity2 because both of them are under "ADMIN"

Can we have a decorator for @tag?

image

ad-on-is commented 2 months ago

Done in 3.10.0