Revert "refactor(middleware): Entferne WebApiMiddleware"
This reverts commit bb61c6dca0.
This commit is contained in:
@@ -144,6 +144,7 @@ try
|
||||
app.UseDefaultFiles();
|
||||
app.UseStaticFiles();
|
||||
app.UseOpenApi();
|
||||
app.UseDALMiddleware();
|
||||
app.UseJwtMiddleware();
|
||||
app.UseSwaggerUi(cfg => cfg.DocExpansion = "none");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user