1
0

Updated controllers urlsand fixed layout

This commit is contained in:
Michael Gordeev
2019-11-13 15:29:56 +03:00
parent 0128a52410
commit db0f8d3b1f
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ namespace MyWebsite
{
routes.MapRoute(
name: "default",
template: "{controller=Home}/{action=Index}");
template: "{controller=Home}/{action=Index}/{id?}");
});
}
}