This commit is contained in:
2019-10-21 22:26:48 +00:00
parent e0ce0cc7fa
commit 0ae191daca
2 changed files with 11 additions and 6 deletions

View File

@@ -262,10 +262,10 @@ namespace AyaNova
{
_log.LogDebug("BOOT: configuring request pipeline...");
if (env.IsDevelopment())
{
app.UseDeveloperExceptionPage();
}
// if (env.IsDevelopment())
// {
// app.UseDeveloperExceptionPage();
// }
//Store a reference to the dependency injection service for static classes
ServiceProviderProvider.Provider = app.ApplicationServices;