mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Remove duplicate swaggerdoc
This commit is contained in:
@@ -139,7 +139,6 @@ namespace Jellyfin.Server.Extensions
|
||||
{
|
||||
{ securitySchemeRef, Array.Empty<string>() }
|
||||
});
|
||||
c.SwaggerDoc("api-docs", new OpenApiInfo { Title = "Jellyfin API", Version = "v1" });
|
||||
|
||||
// Add all xml doc files to swagger generator.
|
||||
var xmlFiles = Directory.GetFiles(
|
||||
|
||||
Reference in New Issue
Block a user