Fixed access issues around new Authorize scheme. (#1416)

This commit is contained in:
Joseph Milazzo 2022-08-08 16:41:14 -05:00 committed by GitHub
parent 9c31f7e7c8
commit 5e273d5d9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 4 deletions

View file

@ -12,6 +12,7 @@ namespace API.Controllers
/// <summary>
/// Responsible for servicing up images stored in Kavita for entities
/// </summary>
[AllowAnonymous]
public class ImageController : BaseApiController
{
private readonly IUnitOfWork _unitOfWork;