mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05: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