mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Added another API
This commit is contained in:
parent
cdcea0ca8b
commit
92195a1598
12 changed files with 131 additions and 40 deletions
|
@ -180,6 +180,7 @@ namespace Ombi.DependencyInjection
|
|||
services.AddTransient<IEmailProvider, GenericEmailProvider>();
|
||||
services.AddTransient<INotificationHelper, NotificationHelper>();
|
||||
services.AddSingleton<ICacheService, CacheService>();
|
||||
services.AddScoped<IImageService, ImageService>();
|
||||
|
||||
services.AddTransient<IDiscordNotification, DiscordNotification>();
|
||||
services.AddTransient<IEmailNotification, EmailNotification>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue