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:
parent
ef8d89214b
commit
7098534a41
@ -70,6 +70,8 @@ public class Startup
|
||||
services.AddSingleton<IEventWriteService, RepositoryEventWriteService>();
|
||||
}
|
||||
|
||||
services.AddSingleton<IFeatureService, LaunchDarklyFeatureService>();
|
||||
|
||||
// Mvc
|
||||
services.AddMvc(config =>
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user