feature: user flag assignment exporting
This commit is contained in:
@@ -129,6 +129,11 @@ namespace Disco.Web.Areas.Config
|
||||
"Config/UserFlag/Create",
|
||||
new { controller = "UserFlag", action = "Create", id = UrlParameter.Optional }
|
||||
);
|
||||
context.MapRoute(
|
||||
"Config_UserFlag_Export",
|
||||
"Config/UserFlag/Export",
|
||||
new { controller = "UserFlag", action = "Export", id = UrlParameter.Optional }
|
||||
);
|
||||
context.MapRoute(
|
||||
"Config_UserFlag",
|
||||
"Config/UserFlag/{id}",
|
||||
|
||||
Reference in New Issue
Block a user