Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/commit/ea06fbe666179f19b460b14175b167c68ddeb54d You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/134/head
Ben Phelps 3 years ago
parent cc0b4be50c
commit ea06fbe666

@ -17,8 +17,7 @@ export default async function credentialedProxyHandler(req, res) {
if (widget.type === "coinmarketcap") {
headers["X-CMC_PRO_API_KEY"] = `${widget.key}`;
}
if(widget.type === "gotify"){
} else if (widget.type === "gotify") {
headers["X-gotify-Key"] = `${widget.key}`;
} else {
headers["X-API-Key"] = `${widget.key}`;

Loading…
Cancel
Save