mirror of
https://github.com/bitwarden/server
synced 2025-12-19 09:43:25 +00:00
Register IDistributedCache in billing (#4872)
This commit is contained in:
@@ -75,6 +75,7 @@ public class Startup
|
||||
// Services
|
||||
services.AddBaseServices(globalSettings);
|
||||
services.AddDefaultServices(globalSettings);
|
||||
services.AddDistributedCache(globalSettings);
|
||||
services.AddBillingOperations();
|
||||
|
||||
services.TryAddSingleton<IHttpContextAccessor, HttpContextAccessor>();
|
||||
|
||||
Reference in New Issue
Block a user