Update Endpoint.cs
This commit is contained in:
parent
b92ce3010b
commit
e9cc15011b
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ namespace LightReflectiveMirror.LoadBalancing
|
||||||
}, (server) =>
|
}, (server) =>
|
||||||
{
|
{
|
||||||
server.Prefixes.Add($"http://{GetLocalIp()}:{port}/");
|
server.Prefixes.Add($"http://{GetLocalIp()}:{port}/");
|
||||||
server.Prefixes.Add($"http://127.0.0.1:{port}/");
|
server.Prefixes.Add($"http://*:{port}/");
|
||||||
}).Build();
|
}).Build();
|
||||||
|
|
||||||
server.Router.Options.SendExceptionMessages = false;
|
server.Router.Options.SendExceptionMessages = false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue