This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user