mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 14:10:50 -07:00
This should fix #37
This commit is contained in:
parent
3c6338cadc
commit
1d814cd76e
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue