Reapply "refactor(middleware): Entferne WebApiMiddleware"

This reverts commit 381f428f77.
This commit is contained in:
Developer 02
2024-09-02 09:42:47 +02:00
parent 43d0d86c79
commit 3e0aeced71
3 changed files with 0 additions and 31 deletions

View File

@@ -144,7 +144,6 @@ try
app.UseDefaultFiles();
app.UseStaticFiles();
app.UseOpenApi();
app.UseDALMiddleware();
app.UseJwtMiddleware();
app.UseSwaggerUi(cfg => cfg.DocExpansion = "none");