Fixed access issues around new Authorize scheme. (#1417)
This commit is contained in:
parent
f406a533d9
commit
1ee6c3e506
5 changed files with 15 additions and 8 deletions
|
@ -11,6 +11,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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue