Refactor API host to be parametrized

This commit is contained in:
Rommel Kott 2023-02-28 01:04:44 -06:00
parent 009b13817a
commit bf2f527f76

View file

@ -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: {