Skip to content

Commit

Permalink
ApiSystem: add UseTenantMiddleware
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbannov committed Dec 9, 2024
1 parent a9a76a7 commit 8617fe8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/services/ASC.ApiSystem/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
}
app.UseSynchronizationContextMiddleware();

app.UseTenantMiddleware();

app.UseAuthentication();

app.UseAuthorization();
Expand Down

0 comments on commit 8617fe8

Please sign in to comment.