Ambiguous routing need explanation as to why
I have a controller with several public methods in ASP.NET core 8
asp.net controller routing instead of file system
In my web application I have a controller with a fallback-route so that every request goes to this controller and additionally I use the PhysicalFileProvider
to serve static files from a specific directory.