Hello,
I've been playing around with the migrator and generated an ASP.NET Core project with models, controllers and services.
However, when I try and run the app, I get the following error:
System.InvalidOperationException: Route exceeds the maximum number of allowed segments of 28 and is unable to be processed.
Is there a way to use query parameters instead of adding route segments for each parameter on the controllers?
[HttpGet("{par_nuac}/{par_coac}/{par_noabac}/{par_cola}/....etc")]
Thanks,
Stephen