This commit is contained in:
@@ -270,6 +270,7 @@ namespace AyaNova.Api.Controllers
|
|||||||
/// <param name="t">download token</param>
|
/// <param name="t">download token</param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
[HttpGet("download/{fileName}")]
|
[HttpGet("download/{fileName}")]
|
||||||
|
[AllowAnonymous]
|
||||||
public async Task<IActionResult> DownloadAsync([FromRoute] string fileName, [FromQuery] string t)
|
public async Task<IActionResult> DownloadAsync([FromRoute] string fileName, [FromQuery] string t)
|
||||||
{
|
{
|
||||||
int nFailedAuthDelay = 3000;
|
int nFailedAuthDelay = 3000;
|
||||||
|
|||||||
Reference in New Issue
Block a user