ad-on-is/adonis-autoswagger

Feature request: manual tag

Closed this issue · 1 comments

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

Done in 3.10.0