This should fix #37

pull/42/head
Jamie Rees 9 years ago
parent 3c6338cadc
commit 1d814cd76e

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

Loading…
Cancel
Save