Unplanned
Last Updated: 13 Oct 2021 13:41 by ADMIN
Inayat Walli
Created on: 13 Oct 2021 13:31
Type: Bug Report
19
The ApiDefault route registered in ReportsControllerConfiguration.RegisterRoutes hides some routes registered after it
The config.Routes.MapHttpRoute("ApiDefault", firstPathSegment + "/{controller}/{action}"); defined in ReportsControllerConfiguration.RegisterRoutes hides other matching route patterns registered after it - for example  api/{controller}/{id} will not be matched, because it has the same route pattern.
0 comments