This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user