1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 08:32:50 -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

View File

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