This commit is contained in:
Jamie 2018-02-01 16:31:49 +00:00
commit c370909619
13 changed files with 338 additions and 3 deletions

View file

@ -33,6 +33,7 @@ using Ombi.Api.DogNzb;
using Ombi.Api.FanartTv;
using Ombi.Api.Github;
using Ombi.Api.Mattermost;
using Ombi.Api.Notifications;
using Ombi.Api.Pushbullet;
using Ombi.Api.Pushover;
using Ombi.Api.Service;
@ -110,6 +111,7 @@ namespace Ombi.DependencyInjection
services.AddTransient<IGithubApi, GithubApi>();
services.AddTransient<ISickRageApi, SickRageApi>();
services.AddTransient<IAppVeyorApi, AppVeyorApi>();
services.AddTransient<IOneSignalApi, OneSignalApi>();
}
public static void RegisterStore(this IServiceCollection services) {