This commit is contained in:
2020-09-03 19:11:41 +00:00
parent e0858891da
commit a3763b5503

View File

@@ -270,6 +270,7 @@ namespace AyaNova.Api.Controllers
/// <param name="t">download token</param>
/// <returns></returns>
[HttpGet("download/{fileName}")]
[AllowAnonymous]
public async Task<IActionResult> DownloadAsync([FromRoute] string fileName, [FromQuery] string t)
{
int nFailedAuthDelay = 3000;