This should fix #37

This commit is contained in:
Jamie Rees 2016-03-18 22:11:11 +00:00
parent 3c6338cadc
commit 1d814cd76e

View file

@ -75,8 +75,7 @@ namespace PlexRequests.UI
{
ServerFactory = "Microsoft.Owin.Host.HttpListener"
};
options.Urls.Add($"http://localhost:{port}");
//options.Urls.Add($"http://127.0.0.1:{port}");
options.Urls.Add($"http://+:{port}");
try
{