mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
c29a1fe77c
commit
f9327ae8d3
2 changed files with 4 additions and 1 deletions
|
|
@ -17,6 +17,10 @@
|
|||
<NoWarn>1701;1702;1705;1591</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="wwwroot\" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.1.1" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ 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