mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 00:12:24 +00:00
Fix swagger ui Document Title
This commit is contained in:
@@ -34,6 +34,7 @@ namespace Jellyfin.Server.Extensions
|
||||
})
|
||||
.UseSwaggerUI(c =>
|
||||
{
|
||||
c.DocumentTitle = "Jellyfin API v1";
|
||||
c.SwaggerEndpoint($"/{baseUrl}api-docs/v1/openapi.json", "Jellyfin API v1");
|
||||
c.RoutePrefix = $"{baseUrl}api-docs/v1/swagger";
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user