mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +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") {
|
||||
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…
x
Reference in New Issue
Block a user