More improvements to registration, leaf input create, and charting
This commit is contained in:
@@ -3,7 +3,9 @@ using System.Web.Optimization;
|
||||
using System.Web.Routing;
|
||||
using Backload.Bundles;
|
||||
using LeafWeb.Core.DAL;
|
||||
using LeafWeb.WebCms.Controllers;
|
||||
using Umbraco.Core;
|
||||
using Umbraco.Web;
|
||||
|
||||
namespace LeafWeb.WebCms.App_Start
|
||||
{
|
||||
@@ -24,8 +26,8 @@ namespace LeafWeb.WebCms.App_Start
|
||||
"Results/Download", // URL with parameters
|
||||
new { controller = "Results", action = "Download" } // Parameter defaults
|
||||
);
|
||||
|
||||
base.ApplicationStarted(umbracoApplication, applicationContext);
|
||||
|
||||
base.ApplicationStarted(umbracoApplication, applicationContext);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user