fix: change services' activation order
This commit is contained in:
parent
62ee346201
commit
8141ac5307
@ -33,9 +33,9 @@ if (!app.Environment.IsDevelopment())
|
||||
app.UseHsts();
|
||||
}
|
||||
|
||||
app.UseStaticFiles();
|
||||
|
||||
app.UseHttpsRedirection();
|
||||
app.UseStaticFiles();
|
||||
|
||||
app.UseRouting();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user