add nickname support, try to fix campaign stage save

This commit is contained in:
Mikhail Thompson
2024-06-26 23:01:45 +03:00
parent d5d6844c97
commit 49d77bb5f7
9 changed files with 101 additions and 28 deletions

View File

@@ -53,6 +53,7 @@ namespace nksrv
.WithModule(new ActionModule("/prdenv/", HttpVerbs.Any, HandleAsset))
.WithModule(new ActionModule("/account/", HttpVerbs.Any, IntlHandler.Handle))
.WithModule(new ActionModule("/data/", HttpVerbs.Any, HandleDataEndpoint))
.WithModule(new ActionModule("/media/", HttpVerbs.Any, HandleAsset))
.WithModule(new ActionModule("/$batch", HttpVerbs.Any, HandleBatchRequests));
// Listen for state changes.