1
0
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:
Kyle Spearrin
2019-03-19 17:45:31 -04:00
parent 268b162c0a
commit c29ae6601f
2 changed files with 10 additions and 8 deletions

View File

@ -48,6 +48,7 @@ namespace Bit.Events
});
// Services
services.AddSingleton<IApplicationCacheService, InMemoryApplicationCacheService>();
services.AddScoped<IEventService, EventService>();
if(!globalSettings.SelfHosted && CoreHelpers.SettingHasValue(globalSettings.Events.ConnectionString))
{