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.
1 parent 5205f7b commit 5ce59d8Copy full SHA for 5ce59d8
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