mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-03 19:22:59 +00:00
Minor cleanup in Startup class
This commit is contained in:
@@ -204,7 +204,7 @@ namespace Jellyfin.Server
|
||||
endpoints.MapControllers();
|
||||
if (_serverConfigurationManager.Configuration.EnableMetrics)
|
||||
{
|
||||
endpoints.MapMetrics("/metrics");
|
||||
endpoints.MapMetrics();
|
||||
}
|
||||
|
||||
endpoints.MapHealthChecks("/health");
|
||||
|
||||
Reference in New Issue
Block a user