mirror of
https://github.com/bitwarden/server
synced 2025-12-14 23:33:41 +00:00
organization signup apis and data model changes
This commit is contained in:
@@ -180,6 +180,7 @@ namespace Bit.Api
|
||||
services.AddScoped<IPushService, PushSharpPushService>();
|
||||
services.AddScoped<IDeviceService, DeviceService>();
|
||||
services.AddScoped<IBlockIpService, AzureQueueBlockIpService>();
|
||||
services.AddScoped<IOrganizationService, OrganizationService>();
|
||||
|
||||
// Cors
|
||||
services.AddCors(config =>
|
||||
|
||||
Reference in New Issue
Block a user