mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 09:02:48 -05:00
events for collections, groups, and org users
This commit is contained in:
@ -57,9 +57,9 @@ namespace Bit.Core.Utilities
|
||||
services.AddScoped<ICipherService, CipherService>();
|
||||
services.AddScoped<IUserService, UserService>();
|
||||
services.AddSingleton<IDeviceService, DeviceService>();
|
||||
services.AddSingleton<IOrganizationService, OrganizationService>();
|
||||
services.AddSingleton<ICollectionService, CollectionService>();
|
||||
services.AddSingleton<IGroupService, GroupService>();
|
||||
services.AddScoped<IOrganizationService, OrganizationService>();
|
||||
services.AddScoped<ICollectionService, CollectionService>();
|
||||
services.AddScoped<IGroupService, GroupService>();
|
||||
services.AddScoped<Services.IEventService, EventService>();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user