mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
Adds produces annotation to the base controller to indicate application/json as the response type for endpoints
This commit is contained in:
@@ -7,6 +7,7 @@ namespace Jellyfin.Api
|
||||
/// </summary>
|
||||
[ApiController]
|
||||
[Route("[controller]")]
|
||||
[Produces("application/json")]
|
||||
public class BaseJellyfinApiController : ControllerBase
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user