mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix server routes.
This commit is contained in:
@@ -9,6 +9,8 @@ namespace DiscImageChef.Server
|
||||
{
|
||||
routes.IgnoreRoute("{resource}.axd/{*pathInfo}");
|
||||
|
||||
routes.MapMvcAttributeRoutes();
|
||||
|
||||
routes.MapRoute("Default", "{controller}/{action}/{id}",
|
||||
new {controller = "Home", action = "Index", id = UrlParameter.Optional});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user