Removed test route

This commit is contained in:
Shannon Deminick
2012-09-26 13:59:24 +07:00
parent 53a3ad24e6
commit d3676b376d

View File

@@ -156,12 +156,6 @@ namespace Umbraco.Web
//register it
RouteTable.Routes.RegisterArea(pluginControllerArea);
}
RouteTable.Routes.MapRoute(
"Account",
"account/{action}/{id}",
new { controller = "Account", action = "Index", id = UrlParameter.Optional }
);
}