We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5205f7b + 5ce59d8 commit 0aad297Copy full SHA for 0aad297
src/ServicePulse/ConstantsFile.cs
@@ -14,7 +14,7 @@ public static string GetContent(Settings settings)
14
if (settings.EnableReverseProxy)
15
{
16
serviceControlUrl = "/api/";
17
- monitoringUrl = "/monitoring-api/";
+ monitoringUrl = settings.MonitoringUri == null ? "!" : "/monitoring-api/";
18
}
19
else
20
0 commit comments