1
0
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:
Kyle Spearrin
2016-06-18 15:08:21 -04:00
parent ca8ba6ac92
commit 25793e0523
6 changed files with 273 additions and 25 deletions

View File

@ -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 =>