Fixed telegram !wip

This commit is contained in:
Jamie 2017-11-02 14:56:26 +00:00
parent e526c1071a
commit dca5d13826
6 changed files with 23 additions and 16 deletions

View file

@ -134,6 +134,7 @@ namespace Ombi.DependencyInjection
services.AddTransient<ISlackNotification, SlackNotification>();
services.AddTransient<IMattermostNotification, MattermostNotification>();
services.AddTransient<IPushoverNotification, PushoverNotification>();
services.AddTransient<ITelegramNotification, TelegramNotification>();
}