* Makefile: typo

* ResultPages.cs: Documentation

* Global.asax.cs: cleanning

* packages.config: Newtonsoft.Json update
This commit is contained in:
Paul Schneider 2015-01-31 16:17:20 +01:00
commit 210c9bed58
4 changed files with 12 additions and 11 deletions

View file

@ -35,12 +35,6 @@ namespace Yavsc
"Blog/{user}/{title}",
new { controller = "Blogs", action = "Index", user=UrlParameter.Optional, title = UrlParameter.Optional }
);
/*routes.MapRoute (
"Default",
"{controller}/{action}/{id}",
new { controller = "Home", action = "Index", id = UrlParameter.Optional }
);*/
routes.MapRoute (
"Default",
"{controller}/{action}/{user}/{title}",