mirror of
https://github.com/bitwarden/server.git
synced 2025-07-09 20:03:47 -05:00
event collection api endpoint
This commit is contained in:
@ -48,6 +48,7 @@ namespace Bit.Events
|
||||
});
|
||||
|
||||
// Services
|
||||
services.AddSingleton<IApplicationCacheService, InMemoryApplicationCacheService>();
|
||||
services.AddScoped<IEventService, EventService>();
|
||||
if(!globalSettings.SelfHosted && CoreHelpers.SettingHasValue(globalSettings.Events.ConnectionString))
|
||||
{
|
||||
|
Reference in New Issue
Block a user