Add Leaf Charting
This commit is contained in:
@@ -8,6 +8,8 @@ namespace LeafWeb.Web.App_Start
|
||||
public static void RegisterRoutes(RouteCollection routes)
|
||||
{
|
||||
routes.IgnoreRoute("{resource}.axd/{*pathInfo}");
|
||||
routes.IgnoreRoute("Content/{*pathInfo}");
|
||||
routes.IgnoreRoute("Charter/LeafWebCharter.ascx");
|
||||
|
||||
routes.MapRoute(
|
||||
name: "Default",
|
||||
|
||||
Reference in New Issue
Block a user