mirror of
https://github.com/bitwarden/server.git
synced 2024-11-24 12:35:25 +01:00
Register IDistributedCache in billing (#4872)
This commit is contained in:
parent
b38b537ed1
commit
c4e79ae9e9
@ -75,6 +75,7 @@ public class Startup
|
||||
// Services
|
||||
services.AddBaseServices(globalSettings);
|
||||
services.AddDefaultServices(globalSettings);
|
||||
services.AddDistributedCache(globalSettings);
|
||||
services.AddBillingOperations();
|
||||
|
||||
services.TryAddSingleton<IHttpContextAccessor, HttpContextAccessor>();
|
||||
|
Loading…
Reference in New Issue
Block a user