Removed comment

This commit is contained in:
David Fowler 2014-04-17 20:00:06 -07:00
parent 73e1386724
commit fba1b400fe
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ namespace MvcSample.Web
app.UseMvc(routes =>
{
// TODO: Add support for route constraints, so we can potentially constrain by existing routes
routes.MapRoute("{area}/{controller}/{action}");
routes.MapRoute(