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