Lots of Bugfixes (#3308)
This commit is contained in:
parent
ed7e9d4a6e
commit
fc269d3dd2
36 changed files with 331 additions and 588 deletions
|
@ -11,6 +11,7 @@ using Microsoft.AspNetCore.Mvc;
|
|||
using Nager.ArticleNumber;
|
||||
|
||||
namespace API.Controllers;
|
||||
#nullable enable
|
||||
|
||||
public class PersonController : BaseApiController
|
||||
{
|
||||
|
@ -39,11 +40,11 @@ public class PersonController : BaseApiController
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns a list of authors for browsing
|
||||
/// Returns a list of authors & artists for browsing
|
||||
/// </summary>
|
||||
/// <param name="userParams"></param>
|
||||
/// <returns></returns>
|
||||
[HttpPost("authors")]
|
||||
[HttpPost("all")]
|
||||
public async Task<ActionResult<PagedList<BrowsePersonDto>>> GetAuthorsForBrowse([FromQuery] UserParams? userParams)
|
||||
{
|
||||
userParams ??= UserParams.Default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue