Limit results

This commit is contained in:
2017-01-23 10:42:49 -05:00
parent 87462a674f
commit 295b40bed8
4 changed files with 11 additions and 12 deletions
+1 -8
View File
@@ -24,14 +24,7 @@ namespace LeafWeb.WebCms.App_Start
"Results/Download", // URL with parameters
new { controller = "Results", action = "Download" } // Parameter defaults
);
// route for downloading results
RouteTable.Routes.MapRoute(
"NotifyComplete", // Route name
"LeafInput/NotifyComplete", // URL with parameters
new { controller = "LeafInput", action = "NotifyComplete" } // Parameter defaults
);
base.ApplicationStarted(umbracoApplication, applicationContext);
}
}