Update Endpoint.cs

This commit is contained in:
cxxpxr 2021-04-06 18:31:48 -04:00
parent b92ce3010b
commit e9cc15011b

View file

@ -181,7 +181,7 @@ namespace LightReflectiveMirror.LoadBalancing
}, (server) =>
{
server.Prefixes.Add($"http://{GetLocalIp()}:{port}/");
server.Prefixes.Add($"http://127.0.0.1:{port}/");
server.Prefixes.Add($"http://*:{port}/");
}).Build();
server.Router.Options.SendExceptionMessages = false;