This commit is contained in:
2022-09-25 17:07:56 +01:00
parent 7f9344d437
commit 9aa3140a11
10 changed files with 28 additions and 17 deletions

View File

@ -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
{