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