Skip to content

Commit

Permalink
Register IDistributedCache in billing (#4872)
Browse files Browse the repository at this point in the history
  • Loading branch information
amorask-bitwarden committed Oct 9, 2024
1 parent 96a5534 commit d22b5e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Billing/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public void ConfigureServices(IServiceCollection services)
// Services
services.AddBaseServices(globalSettings);
services.AddDefaultServices(globalSettings);
services.AddDistributedCache(globalSettings);
services.AddBillingOperations();

services.TryAddSingleton<IHttpContextAccessor, HttpContextAccessor>();
Expand Down

0 comments on commit d22b5e8

Please sign in to comment.