simplify default 404 message, removing wrong(missing) host info

This commit is contained in:
UbitUmarov
2020-04-25 21:13:54 +01:00
parent cafe49d44b
commit 70d2878d0a
3 changed files with 10 additions and 15 deletions

View File

@@ -148,6 +148,6 @@ namespace OpenSim.Framework.Servers.HttpServer
void RemoveJsonRPCHandler(string method);
string GetHTTP404(string host);
string GetHTTP404();
}
}