Update 'index.js'

This commit is contained in:
hokkqi 2020-10-04 23:44:53 +02:00
parent 83598b940d
commit 1ffd50975d

View file

@ -72,8 +72,8 @@ app.get("/", async (req, res) => {
socials,
music,
creator: {
name: await r.get("creator_name") || 'https://himbo.cat',
website: await r.get("creator_website") || "lio",
name: await r.get("creator_name") || 'lio',
website: await r.get("creator_website") || "https://himbo.cat",
},
});
});