WIP page leaf
This commit is contained in:
@ -109,13 +109,14 @@ namespace isnd
|
||||
Microsoft.AspNetCore.Hosting.IHostingEnvironment env,
|
||||
ApplicationDbContext dbContext)
|
||||
{
|
||||
// app.UseForwardedHeaders();
|
||||
// .UseHttpsRedirection();
|
||||
app.UseForwardedHeaders();
|
||||
// if have a cert : app.UseHttpsRedirection();
|
||||
|
||||
if (env.IsDevelopment())
|
||||
{
|
||||
app.UseDeveloperExceptionPage();
|
||||
app.UseMigrationsEndPoint();
|
||||
app.UseBrowserLink();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user