From bf2f527f76adf9b002487771d396823ba2b437a0 Mon Sep 17 00:00:00 2001 From: Rommel Kott Date: Tue, 28 Feb 2023 01:04:44 -0600 Subject: [PATCH] Refactor API host to be parametrized --- src/widgets/healthchecks/widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/healthchecks/widget.js b/src/widgets/healthchecks/widget.js index 3f7569c90..d87133a7f 100644 --- a/src/widgets/healthchecks/widget.js +++ b/src/widgets/healthchecks/widget.js @@ -1,7 +1,7 @@ import credentialedProxyHandler from "utils/proxy/handlers/credentialed"; const widget = { - api: "https://healthchecks.io/api/v2/{endpoint}/{uuid}", + api: "{url}/api/v2/{endpoint}/{uuid}", proxyHandler: credentialedProxyHandler, mappings: {