This commit is contained in:
parent
2e77371316
commit
89a90099a7
8 changed files with 22 additions and 12 deletions
|
|
@ -113,7 +113,7 @@ var app = builder.Build();
|
|||
|
||||
|
||||
app.UseHttpsRedirection();
|
||||
app.UseMiddleware<ErrorHandlerMiddleware>();
|
||||
app.UseMiddleware<CombinedErrorHandlerAndLoggingMiddleware>();
|
||||
app.UseCors();
|
||||
app.UseAuthentication();
|
||||
app.UseAuthorization();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue