mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-05 17:56:18 +00:00
fix formatting
This commit is contained in:
@@ -17,7 +17,8 @@ namespace Jellyfin.Server.Extensions
|
||||
// Enable middleware to serve swagger-ui (HTML, JS, CSS, etc.),
|
||||
// specifying the Swagger JSON endpoint.
|
||||
const string specEndpoint = "/swagger/v1/swagger.json";
|
||||
return applicationBuilder.UseSwagger()
|
||||
return applicationBuilder
|
||||
.UseSwagger()
|
||||
.UseSwaggerUI(c =>
|
||||
{
|
||||
c.SwaggerEndpoint(specEndpoint, "Jellyfin API V1");
|
||||
|
||||
Reference in New Issue
Block a user