mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Allow pp retrival without behing logged in (for easier cross backend access)
This commit is contained in:
parent
1023cf0120
commit
0bd497279d
@ -48,7 +48,6 @@ public class UserApi(ILibraryManager libraryManager, IThumbnailsManager thumbs)
|
||||
/// Get the profile picture of someone
|
||||
/// </remarks>
|
||||
[HttpGet("{identifier:id}/logo")]
|
||||
[PartialPermission(Kind.Read)]
|
||||
[ProducesResponseType(StatusCodes.Status200OK)]
|
||||
[ProducesResponseType(StatusCodes.Status401Unauthorized, Type = typeof(RequestError))]
|
||||
[ProducesResponseType(StatusCodes.Status403Forbidden, Type = typeof(RequestError))]
|
||||
|
Loading…
x
Reference in New Issue
Block a user