mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
configure port on Web
This commit is contained in:
parent
3fd9e7f62e
commit
b63b5aaef3
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ public static void Main(string[] args)
|
|||
public static IWebHost BuildWebHost(string[] args)
|
||||
{
|
||||
return WebHost.CreateDefaultBuilder(args)
|
||||
.UseUrls("http://localhost:5001;")
|
||||
.UseStartup<Startup>()
|
||||
.Build();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue