mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
0b5bf7badb
commit
c29a1fe77c
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ public static IWebHost BuildWebHost(string[] args)
|
|||
{
|
||||
return WebHost.CreateDefaultBuilder(args)
|
||||
.UseUrls("http://*:5000;")
|
||||
.UseWebRoot("apiroot")
|
||||
.UseApplicationInsights()
|
||||
.UseStartup<Startup>()
|
||||
.Build();
|
||||
|
|
|
|||
Loading…
Reference in a new issue