1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

New: CORS support on the API (for developing against the API)

This commit is contained in:
Mark McDowall
2014-11-05 16:20:00 -08:00
parent 4665682ea6
commit 3ee58979ec
7 changed files with 121 additions and 4 deletions
@@ -45,7 +45,6 @@ namespace NzbDrone.Integration.Test.Client
request.AddParameter("sortKey", sortKey);
request.AddParameter("sortDir", sortDir);
return Get<PagingResource<TResource>>(request);
}
public TResource Post(TResource body, HttpStatusCode statusCode = HttpStatusCode.Created)