Skip to content

Commit 4cbbae1

Browse files
committed
Revert "TD-5348 uthorization for the purpose of testing the infastructure"
This reverts commit 877ddbd.
1 parent a7b83b8 commit 4cbbae1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ 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]
6968
public async Task<IActionResult> DownloadResource(string filePath, string fileName)
7069
{
7170
if (string.IsNullOrEmpty(fileName))

0 commit comments

Comments
 (0)