mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Merge commit '1f78dc65041729567edc411a3e63dd9a32a268a3' into bigmerge
This commit is contained in:
@@ -811,7 +811,7 @@ namespace OpenSim
|
||||
|
||||
public string Path
|
||||
{
|
||||
get { return "/simstatus/"; }
|
||||
get { return "/simstatus"; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -849,7 +849,7 @@ namespace OpenSim
|
||||
public string Path
|
||||
{
|
||||
// This is for the OpenSimulator instance and is the osSecret hashed
|
||||
get { return "/" + osXStatsURI + "/"; }
|
||||
get { return "/" + osXStatsURI; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -890,7 +890,7 @@ namespace OpenSim
|
||||
public string Path
|
||||
{
|
||||
// This is for the OpenSimulator instance and is the user provided URI
|
||||
get { return "/" + osUXStatsURI + "/"; }
|
||||
get { return "/" + osUXStatsURI; }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user