More improvements to registration, leaf input create, and charting

This commit is contained in:
2020-01-14 14:10:11 -05:00
parent 8452a9cce0
commit 046cda40b4
18 changed files with 180 additions and 77 deletions
+4 -2
View File
@@ -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);
}
}
}