mirror of
https://github.com/bitwarden/server
synced 2025-12-15 07:43:54 +00:00
created push service using with pushsharp
This commit is contained in:
@@ -127,6 +127,7 @@ namespace Bit.Api
|
||||
services.AddSingleton<IMailService, MailService>();
|
||||
services.AddSingleton<ICipherService, CipherService>();
|
||||
services.AddScoped<IUserService, UserService>();
|
||||
services.AddScoped<IPushService, PushService>();
|
||||
|
||||
// Cors
|
||||
services.AddCors(config =>
|
||||
|
||||
Reference in New Issue
Block a user