Skip to content

Commit

Permalink
Update Startup.cs
Browse files Browse the repository at this point in the history
Code improved
  • Loading branch information
9Ankit00 authored Oct 1, 2020
1 parent fddda11 commit 7190b27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public class Startup
{
public Startup(IHostingEnvironment env)
{
// OPt
// Set up configuration sources.
var builder = new ConfigurationBuilder().SetBasePath(env.ContentRootPath);
Configuration = builder.Build();
Expand Down

0 comments on commit 7190b27

Please sign in to comment.