Swagger automatically sorts controllers alphabetically, but I want to add one controller to the end of the documentation without changing it's name. How can I do that?
Asked
Active
Viewed 56 times
0
-
May be this could [help](https://stackoverflow.com/a/59845491/10048934) – Saqib Shehzad Jul 05 '21 at 10:31
-
Move your endpoint to a different Class and swagger will automatically create different accordion for it. you can collapse and expand others easily then. – mongesh madhavan Jul 05 '21 at 10:51