Skip to content

Commit

Permalink
This should fix #37
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Mar 18, 2016
1 parent 3c6338c commit 1d814cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PlexRequests.UI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ static void Main(string[] args)
{
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
{

Expand Down

0 comments on commit 1d814cd

Please sign in to comment.