✅ How to convert controller route name to camel case automatically?
I have this:
and controller name in swagger is Stream but should be stream
and controller name in swagger is Stream but should be stream
[Authorize]
[Route("[controller]")]
public class StreamController