rm AppInsights ref from API for now

This commit is contained in:
Collin M. Barrett 2019-06-29 11:20:23 -05:00
parent 227af4e097
commit 7ec3fdfe85

View file

@ -24,7 +24,6 @@ public static void Main(string[] args)
private static IWebHostBuilder CreateWebHostBuilder(string[] args)
{
return WebHost.CreateDefaultBuilder(args)
.UseApplicationInsights()
.UseStartup<Startup>();
}
}