WIP
This commit is contained in:
parent
7f9344d437
commit
9aa3140a11
10 changed files with 28 additions and 17 deletions
|
|
@ -26,7 +26,7 @@ namespace isnd
|
|||
Configuration = config;
|
||||
}
|
||||
|
||||
public IConfiguration Configuration { get; }
|
||||
public static IConfiguration Configuration { get; private set; }
|
||||
|
||||
// This method gets called by the runtime. Use this method to add services to the container.
|
||||
public void ConfigureServices(IServiceCollection services)
|
||||
|
|
@ -115,7 +115,6 @@ namespace isnd
|
|||
|
||||
app.UseDeveloperExceptionPage();
|
||||
app.UseMigrationsEndPoint();
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue