mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Post refactor fixes
This commit is contained in:
@@ -81,7 +81,7 @@ namespace Jackett
|
||||
|
||||
config.Routes.MapHttpRoute(
|
||||
name: "download",
|
||||
routeTemplate: "api/{indexerID}/download/{path}/download.torrent",
|
||||
routeTemplate: "api/{indexerID}/download/{path}/t.torrent",
|
||||
defaults: new { controller = "Download", action = "Download" }
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user