sort endpoints by route
This commit is contained in:
@ -48,7 +48,7 @@ namespace Oqtane.Controllers
|
||||
ControllerMethod = controllerMethod
|
||||
};
|
||||
}
|
||||
);
|
||||
).OrderBy(item => item.Route);
|
||||
|
||||
return Json(output);
|
||||
}
|
||||
|
Reference in New Issue
Block a user