Add debug tracing, email cleanup

This commit is contained in:
2016-04-13 10:48:32 -04:00
parent 123af4f44d
commit 064b86a37b
4 changed files with 38 additions and 10 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ namespace LeafWeb.Web.App_Start
routes.MapRoute(
name: "Default",
url: "{controller}/{action}/{id}",
defaults: new { controller = "Pages", action = "Index", id = UrlParameter.Optional }
defaults: new { controller = "LeafInput", action = "Index", id = UrlParameter.Optional }
);
}
}