We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02988f8 commit 96eae4aCopy full SHA for 96eae4a
eFormAPI/eFormAPI.Web/Controllers/ImagesController.cs
@@ -21,6 +21,7 @@ public ImagesController(ILocalizationService localizationService)
21
}
22
23
[HttpGet]
24
+ [AllowAnonymous]
25
[Route("api/images/eform-images")]
26
public IActionResult GetImage(string fileName)
27
{
0 commit comments