|
|
@ -1,8 +1,4 @@ |
|
|
|
using System; |
|
|
|
using System.Collections.Generic; |
|
|
|
using System.IO; |
|
|
|
using System.Linq; |
|
|
|
using System.Threading.Tasks; |
|
|
|
using System.IO; |
|
|
|
using Microsoft.AspNetCore.Builder; |
|
|
|
using Microsoft.AspNetCore.Hosting; |
|
|
|
|
|
|
@ -17,7 +13,6 @@ namespace Microsoft.eShopOnContainers.Services.Locations.API |
|
|
|
.UseHealthChecks("/hc") |
|
|
|
.UseContentRoot(Directory.GetCurrentDirectory()) |
|
|
|
.UseStartup<Startup>() |
|
|
|
.UseApplicationInsights() |
|
|
|
.Build(); |
|
|
|
|
|
|
|
host.Run(); |
|
|
|