mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05: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