Removed comment
This commit is contained in:
parent
73e1386724
commit
fba1b400fe
|
|
@ -17,7 +17,6 @@ namespace MvcSample.Web
|
||||||
|
|
||||||
app.UseMvc(routes =>
|
app.UseMvc(routes =>
|
||||||
{
|
{
|
||||||
// TODO: Add support for route constraints, so we can potentially constrain by existing routes
|
|
||||||
routes.MapRoute("{area}/{controller}/{action}");
|
routes.MapRoute("{area}/{controller}/{action}");
|
||||||
|
|
||||||
routes.MapRoute(
|
routes.MapRoute(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue