Merge pull request #1069 from rommelkott/main

Refactor Healthchecks widget API host to be parametrized
pull/1070/head v0.6.10
shamoon 2 years ago committed by GitHub
commit af2566c237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save