added /api/resource/{id} route to fancy

stopped scheduler from running during integration tests.
This commit is contained in:
Keivan Beigi 2013-05-24 14:28:13 -07:00
commit 90fa261a00
5 changed files with 33 additions and 4 deletions

View file

@ -8,7 +8,6 @@ namespace NzbDrone.Api
protected NzbDroneApiModule(string resource)
: base("/api/" + resource.Trim('/'))
{
Options["/"] = x => new Response();
}
}
}