We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3887aa commit 877ddbdCopy full SHA for 877ddbd
LearningHub.Nhs.WebUI/Controllers/Api/ResourceController.cs
@@ -65,6 +65,7 @@ public async Task<ActionResult> AcceptSensitiveContentAsync(int resourceVersionI
65
/// <param name="fileName">File name.</param>
66
/// <returns>A <see cref="Task{TResult}"/> representing the result of the asynchronous operation.</returns>
67
[HttpGet("DownloadResource")]
68
+ [AllowAnonymous]
69
public async Task<IActionResult> DownloadResource(string filePath, string fileName)
70
{
71
if (string.IsNullOrEmpty(fileName))
0 commit comments