1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 13:08:17 -05:00

[AC-1871] Register IFeatureService in Events project (#3492)

This commit is contained in:
Thomas Rittson 2023-12-01 07:42:52 +10:00 committed by GitHub
parent ef8d89214b
commit 7098534a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,6 +70,8 @@ public class Startup
services.AddSingleton<IEventWriteService, RepositoryEventWriteService>();
}
services.AddSingleton<IFeatureService, LaunchDarklyFeatureService>();
// Mvc
services.AddMvc(config =>
{