moved static resource to basic nancy module.

cache and gzip piplelines are missing
This commit is contained in:
Keivan Beigi
2013-08-19 19:31:26 -07:00
parent 93b0cf4be9
commit 24ba4390a1
12 changed files with 185 additions and 145 deletions

View File

@@ -4,6 +4,7 @@ using System.Linq;
using NLog;
using Nancy;
using Nancy.Responses;
using NzbDrone.Api.Frontend.Mappers;
using NzbDrone.Common;
using NzbDrone.Common.EnvironmentInfo;