mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-06 09:03:03 +03:00
Ignore management controller when generating openapi spec
This commit is contained in:
@@ -27,6 +27,7 @@ namespace Jellyfin.Api.Controllers
|
||||
/// The management controller.
|
||||
/// </summary>
|
||||
[Management]
|
||||
[ApiExplorerSettings(IgnoreApi = true)]
|
||||
public class ManagementController : BaseJellyfinApiController
|
||||
{
|
||||
private readonly IServerApplicationHost _appHost;
|
||||
|
||||
Reference in New Issue
Block a user