diff --git a/src/Ombi/Controllers/External/TesterController.cs b/src/Ombi/Controllers/External/TesterController.cs index ac0df1914..f52bf405d 100644 --- a/src/Ombi/Controllers/External/TesterController.cs +++ b/src/Ombi/Controllers/External/TesterController.cs @@ -22,7 +22,6 @@ namespace Ombi.Controllers.External /// /// The Tester Controller /// - /// [Admin] [ApiV1] [Produces("application/json")] @@ -36,6 +35,13 @@ namespace Ombi.Controllers.External /// The notification. /// The pushbullet. /// The slack. + /// The plex. + /// The emby. + /// The radarr. + /// The sonarr. + /// The pushover. + /// The mattermost. + /// The logger. public TesterController(INotificationService service, IDiscordNotification notification, IEmailNotification emailN, IPushbulletNotification pushbullet, ISlackNotification slack, IPushoverNotification po, IMattermostNotification mm, IPlexApi plex, IEmbyApi emby, IRadarrApi radarr, ISonarrApi sonarr, ILogger log) diff --git a/src/Ombi/Controllers/SettingsController.cs b/src/Ombi/Controllers/SettingsController.cs index 9caa3b719..35d620f01 100644 --- a/src/Ombi/Controllers/SettingsController.cs +++ b/src/Ombi/Controllers/SettingsController.cs @@ -27,7 +27,6 @@ namespace Ombi.Controllers /// /// The Settings Controller /// - /// [Admin] [ApiV1] [Produces("application/json")] @@ -39,6 +38,10 @@ namespace Ombi.Controllers /// The resolver. /// The mapper. /// The templateRepo. + /// The embyApi. + /// The cacher. + /// The embyCacher. + /// The radarrCacher. public SettingsController(ISettingsResolver resolver, IMapper mapper, INotificationTemplatesRepository templateRepo,