mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Minor cleanup in Startup class
This commit is contained in:
parent
159e74ea09
commit
0f46eca6a4
@ -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");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user