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