Return to previous exception handle implementation

This commit is contained in:
crobibero
2020-04-21 09:09:05 -06:00
parent 14361c68cf
commit 3ef8448a51
3 changed files with 73 additions and 30 deletions

View File

@@ -1,5 +1,3 @@
using Jellyfin.Api.Models.ExceptionDtos;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
namespace Jellyfin.Api
@@ -9,7 +7,6 @@ namespace Jellyfin.Api
/// </summary>
[ApiController]
[Route("[controller]")]
[ProducesResponseType(typeof(ExceptionDto), StatusCodes.Status500InternalServerError)]
public class BaseJellyfinApiController : ControllerBase
{
}