Is there any way to config swagger to make generation UI ordered like it was in java class
public class someController{
method1(){}
method2(){}
and need to generate in same order
- get method1
- get method2
Is there any way to config swagger to make generation UI ordered like it was in java class
public class someController{
method1(){}
method2(){}
and need to generate in same order