mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Added /simstatus REST handler
This commit is contained in:
@@ -181,6 +181,11 @@ namespace OpenSim
|
||||
|
||||
return new XmlRpcResponse();
|
||||
});
|
||||
_httpServer.AddRestHandler("GET","/simstatus/",
|
||||
delegate(string request, string path)
|
||||
{
|
||||
return "OK";
|
||||
});
|
||||
}
|
||||
|
||||
LoginServer loginServer = null;
|
||||
|
||||
Reference in New Issue
Block a user