update to .net 9
This commit is contained in:
parent
e8feedb979
commit
48a11be7b7
9 changed files with 99 additions and 173 deletions
|
|
@ -274,8 +274,6 @@ public static class StartupExtensions
|
|||
app.UseSerilogRequestLogging();
|
||||
app.UseRouting();
|
||||
app.UseHttpMetrics();
|
||||
app.UseSwagger();
|
||||
app.UseSwaggerUI();
|
||||
app.UseCors();
|
||||
app.UseMiddleware<ErrorMiddleware>();
|
||||
app.UseMiddleware<AuthenticationMiddleware>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue