1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-22 21:51:22 +01:00

Register IDistributedCache in billing (#4872)

This commit is contained in:
Alex Morask 2024-10-09 12:51:08 -04:00 committed by Alex Morask
parent 96a5534a0f
commit d22b5e84d9
No known key found for this signature in database
GPG Key ID: 23E38285B743E3A8

View File

@ -75,6 +75,7 @@ public class Startup
// Services
services.AddBaseServices(globalSettings);
services.AddDefaultServices(globalSettings);
services.AddDistributedCache(globalSettings);
services.AddBillingOperations();
services.TryAddSingleton<IHttpContextAccessor, HttpContextAccessor>();