@@ -64,6 +64,11 @@ namespace Disco.Web.Areas.Config
|
||||
"Config/DocumentTemplate/CreatePackage",
|
||||
new { controller = "DocumentTemplate", action = "CreatePackage" }
|
||||
);
|
||||
context.MapRoute(
|
||||
"Config_DocumentTemplate_Export",
|
||||
"Config/DocumentTemplate/Export/{id}",
|
||||
new { controller = "DocumentTemplate", action = "Export", id = UrlParameter.Optional }
|
||||
);
|
||||
context.MapRoute(
|
||||
"Config_DocumentTemplate_ImportStatus",
|
||||
"Config/DocumentTemplate/ImportStatus",
|
||||
|
||||
Reference in New Issue
Block a user