LeafInput/NotifyComplete route
This commit is contained in:
@@ -25,6 +25,13 @@ namespace LeafWeb.WebCms.App_Start
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user