mirror of
https://github.com/bitwarden/server
synced 2025-12-29 14:43:39 +00:00
organize event models. stub out event services
This commit is contained in:
@@ -36,7 +36,7 @@ namespace Bit.Billing
|
||||
StripeConfiguration.SetApiKey(globalSettings.StripeApiKey);
|
||||
|
||||
// Repositories
|
||||
services.AddSqlServerRepositories();
|
||||
services.AddSqlServerRepositories(globalSettings);
|
||||
|
||||
// Context
|
||||
services.AddScoped<CurrentContext>();
|
||||
|
||||
Reference in New Issue
Block a user