I\'ve the following problem, my route attribute is not working.
I have the following action:
[HttpGet] [Route(\"~api/admin/template/{fileName}\")] pu
Verify that you are using System.Web.Http.RouteAttribute and not System.Web.Mvc.RouteAttribute
System.Web.Http.RouteAttribute
System.Web.Mvc.RouteAttribute