Skip to content

Commit

Permalink
Use Application Insights
Browse files Browse the repository at this point in the history
  • Loading branch information
duracellko committed Dec 28, 2018
1 parent 2a40888 commit 654368a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Duracellko.PlanningPoker.Web/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public static void Main(string[] args)

public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
WebHost.CreateDefaultBuilder(args)
.UseApplicationInsights()
.UseStartup<Startup>();
}
}

0 comments on commit 654368a

Please sign in to comment.