mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-10 07:18:47 +00:00
Merge pull request #1069 from rommelkott/main
Refactor Healthchecks widget API host to be parametrized
This commit is contained in:
commit
af2566c237
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import credentialedProxyHandler from "utils/proxy/handlers/credentialed";
|
import credentialedProxyHandler from "utils/proxy/handlers/credentialed";
|
||||||
|
|
||||||
const widget = {
|
const widget = {
|
||||||
api: "https://healthchecks.io/api/v2/{endpoint}/{uuid}",
|
api: "{url}/api/v2/{endpoint}/{uuid}",
|
||||||
proxyHandler: credentialedProxyHandler,
|
proxyHandler: credentialedProxyHandler,
|
||||||
|
|
||||||
mappings: {
|
mappings: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue