mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-27 17:01:16 -04:00
Ignore management controller when generating openapi spec
This commit is contained in:
parent
1bbe262646
commit
7852f0b426
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ namespace Jellyfin.Api.Controllers
|
|||
/// The management controller.
|
||||
/// </summary>
|
||||
[Management]
|
||||
[ApiExplorerSettings(IgnoreApi = true)]
|
||||
public class ManagementController : BaseJellyfinApiController
|
||||
{
|
||||
private readonly IServerApplicationHost _appHost;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue