Reorder routing middleware in All In One bundle project
This commit is contained in:
parent
5addf479b7
commit
a98b47a62f
|
|
@ -64,9 +64,9 @@ if (!app.Environment.IsDevelopment())
|
|||
|
||||
app.UseHttpsRedirection();
|
||||
app.MapHealthChecks("/health");
|
||||
app.UseRouting();
|
||||
app.UseCors();
|
||||
app.UseStaticFiles();
|
||||
app.UseRouting();
|
||||
app.UseAuthentication();
|
||||
app.UseAuthorization();
|
||||
app.UseWorkflowsApi();
|
||||
|
|
|
|||
Loading…
Reference in a new issue