Added NoContent responses when APIs don't find entities (#2028)
This commit is contained in:
parent
2e5e114970
commit
3a7e3bea8c
4 changed files with 19 additions and 20 deletions
|
|
@ -9,6 +9,7 @@ using API.Extensions;
|
|||
using API.Services;
|
||||
using AutoMapper;
|
||||
using AutoMapper.QueryableExtensions;
|
||||
using Kavita.Common;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace API.Data.Repositories;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue