mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-01 13:09:31 +01:00
js linting
This commit is contained in:
parent
cc0b4be50c
commit
ea06fbe666
@ -17,8 +17,7 @@ export default async function credentialedProxyHandler(req, res) {
|
|||||||
|
|
||||||
if (widget.type === "coinmarketcap") {
|
if (widget.type === "coinmarketcap") {
|
||||||
headers["X-CMC_PRO_API_KEY"] = `${widget.key}`;
|
headers["X-CMC_PRO_API_KEY"] = `${widget.key}`;
|
||||||
}
|
} else if (widget.type === "gotify") {
|
||||||
if(widget.type === "gotify"){
|
|
||||||
headers["X-gotify-Key"] = `${widget.key}`;
|
headers["X-gotify-Key"] = `${widget.key}`;
|
||||||
} else {
|
} else {
|
||||||
headers["X-API-Key"] = `${widget.key}`;
|
headers["X-API-Key"] = `${widget.key}`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user