mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 05:45:31 +02:00
Quality type sizes moved to backbone + SS (API)
This commit is contained in:
@@ -6,8 +6,10 @@ using System.Web;
|
||||
using Funq;
|
||||
using Ninject;
|
||||
using NzbDrone.Api.QualityProfiles;
|
||||
using NzbDrone.Api.QualityType;
|
||||
using ServiceStack.ContainerAdapter.Ninject;
|
||||
using ServiceStack.WebHost.Endpoints;
|
||||
using QualityProfileService = NzbDrone.Api.QualityProfiles.QualityProfileService;
|
||||
|
||||
namespace NzbDrone.Api
|
||||
{
|
||||
@@ -28,7 +30,9 @@ namespace NzbDrone.Api
|
||||
|
||||
Routes
|
||||
.Add<QualityProfileModel>("/qualityprofiles")
|
||||
.Add<QualityProfileModel>("/qualityprofiles/{Id}");
|
||||
.Add<QualityProfileModel>("/qualityprofiles/{Id}")
|
||||
.Add<QualityTypeModel>("/qualitytypes")
|
||||
.Add<QualityTypeModel>("/qualitytypes/{Id}");
|
||||
|
||||
Bootstrapper.Initialize();
|
||||
}
|
||||
|
Reference in New Issue
Block a user