mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
Bitwarden Unified Self-Host project (#2410)
This commit is contained in:
@ -44,7 +44,7 @@ public class Startup
|
||||
services.AddCustomDataProtectionServices(Environment, globalSettings);
|
||||
|
||||
// Repositories
|
||||
services.AddSqlServerRepositories(globalSettings);
|
||||
services.AddDatabaseRepositories(globalSettings);
|
||||
|
||||
// Context
|
||||
services.AddScoped<ICurrentContext, CurrentContext>();
|
||||
|
Reference in New Issue
Block a user