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 2598509 commit aba7c10Copy full SHA for aba7c10
LearningHub.Nhs.WebUI/Controllers/Api/ResourceController.cs
@@ -60,6 +60,7 @@ public async Task<ActionResult> AcceptSensitiveContentAsync(int resourceVersionI
60
/// <param name="fileName">File name.</param>
61
/// <returns>A <see cref="Task{TResult}"/> representing the result of the asynchronous operation.</returns>
62
[HttpGet("DownloadResource")]
63
+ [AllowAnonymous]
64
public async Task<IActionResult> DownloadResource(string filePath, string fileName)
65
{
66
if (string.IsNullOrEmpty(fileName))
0 commit comments