mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
added /api/resource/{id} route to fancy
stopped scheduler from running during integration tests.
This commit is contained in:
@@ -8,7 +8,6 @@ namespace NzbDrone.Api
|
||||
protected NzbDroneApiModule(string resource)
|
||||
: base("/api/" + resource.Trim('/'))
|
||||
{
|
||||
Options["/"] = x => new Response();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user