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