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