mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
rm AppInsights ref from API for now
This commit is contained in:
parent
227af4e097
commit
7ec3fdfe85
1 changed files with 0 additions and 1 deletions
|
|
@ -24,7 +24,6 @@ public static void Main(string[] args)
|
|||
private static IWebHostBuilder CreateWebHostBuilder(string[] args)
|
||||
{
|
||||
return WebHost.CreateDefaultBuilder(args)
|
||||
.UseApplicationInsights()
|
||||
.UseStartup<Startup>();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue