Minor cleanup in Startup class

pull/9078/head
Patrick Barron 2 years ago
parent 159e74ea09
commit 0f46eca6a4

@ -204,7 +204,7 @@ namespace Jellyfin.Server
endpoints.MapControllers();
if (_serverConfigurationManager.Configuration.EnableMetrics)
{
endpoints.MapMetrics("/metrics");
endpoints.MapMetrics();
}
endpoints.MapHealthChecks("/health");

Loading…
Cancel
Save