Add debug tracing, email cleanup
This commit is contained in:
@@ -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 }
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user