Skip to content

Commit 877ddbd

Browse files
committed
TD-5348 uthorization for the purpose of testing the infastructure
1 parent e3887aa commit 877ddbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LearningHub.Nhs.WebUI/Controllers/Api/ResourceController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public async Task<ActionResult> AcceptSensitiveContentAsync(int resourceVersionI
6565
/// <param name="fileName">File name.</param>
6666
/// <returns>A <see cref="Task{TResult}"/> representing the result of the asynchronous operation.</returns>
6767
[HttpGet("DownloadResource")]
68+
[AllowAnonymous]
6869
public async Task<IActionResult> DownloadResource(string filePath, string fileName)
6970
{
7071
if (string.IsNullOrEmpty(fileName))

0 commit comments

Comments
 (0)