ad-on-is / adonis-autoswagger

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

Feature Request: multiple tags with @tags #82

Closed zecar closed 2 months ago

zecar commented 2 months ago

I have endpoints that both point to the same controller action. The way it is done now, if I use @tag on a controller action it will cause both endpoints to be displayed under one tag

ad-on-is commented 2 months ago

could you explain what you'd expect to happen with multiple tags?