mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-13 15:34:36 +01:00
add nickname support, try to fix campaign stage save
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user