mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 04:51:45 +02:00
moved static resource to basic nancy module.
cache and gzip piplelines are missing
This commit is contained in:
9
NzbDrone.Api/Frontend/Mappers/IMapHttpRequestsToDisk.cs
Normal file
9
NzbDrone.Api/Frontend/Mappers/IMapHttpRequestsToDisk.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
namespace NzbDrone.Api.Frontend.Mappers
|
||||
{
|
||||
public interface IMapHttpRequestsToDisk
|
||||
{
|
||||
string Map(string resourceUrl);
|
||||
bool CanHandle(string resourceUrl);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user