Update 'index.js'
This commit is contained in:
parent
83598b940d
commit
1ffd50975d
1 changed files with 2 additions and 2 deletions
4
index.js
4
index.js
|
@ -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",
|
||||
},
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue