another test for #37

This commit is contained in:
tidusjar 2016-03-18 23:00:44 +00:00
parent 1d814cd76e
commit cd682cdff9
2 changed files with 12 additions and 12 deletions

View file

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