1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00

Removed 'Track Download' attribute from uploads download action

This commit is contained in:
Uncled1023 2019-02-01 00:47:45 -08:00
parent 89ba60b593
commit dc45a882f0

View File

@ -181,7 +181,6 @@ namespace Teknik.Areas.Upload.Controllers
[HttpGet]
[AllowAnonymous]
[TrackDownload]
[TrackPageView]
[ResponseCache(Duration = 31536000, Location = ResponseCacheLocation.Any)]
public async Task<IActionResult> Download(string file)