mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Re-adding a conditional in UserManager that was removed with arthusv's commit. Changing new inventory ops to POST.
This commit is contained in:
@@ -86,7 +86,7 @@ namespace OpenSim.Server.Handlers.Inventory
|
||||
|
||||
m_httpServer.AddStreamHandler(
|
||||
new RestDeserialiseSecureHandler<Guid, Dictionary<AssetType, InventoryFolderBase>>(
|
||||
"GET", "/SystemFolders/", GetSystemFolders, CheckAuthSession));
|
||||
"POST", "/SystemFolders/", GetSystemFolders, CheckAuthSession));
|
||||
|
||||
m_httpServer.AddStreamHandler(
|
||||
new RestDeserialiseSecureHandler<Guid, InventoryCollection>(
|
||||
|
||||
Reference in New Issue
Block a user