remove discord
This commit is contained in:
parent
0de7312961
commit
7918b3e728
1 changed files with 0 additions and 8 deletions
|
@ -87,11 +87,6 @@ module.exports = async => {
|
||||||
name: "Youtube",
|
name: "Youtube",
|
||||||
link: "sor.dog/youtube",
|
link: "sor.dog/youtube",
|
||||||
character: breakSocials("Youtube")
|
character: breakSocials("Youtube")
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Discord",
|
|
||||||
link: "sor.dog/discord",
|
|
||||||
character: breakSocials("Discord")
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
@ -115,9 +110,6 @@ module.exports = async => {
|
||||||
app.get("/youtube", (req, res) => {
|
app.get("/youtube", (req, res) => {
|
||||||
res.redirect(con.socials.youtube);
|
res.redirect(con.socials.youtube);
|
||||||
});
|
});
|
||||||
app.get("/discord", (req, res) => {
|
|
||||||
res.redirect(con.socials.discord);
|
|
||||||
});
|
|
||||||
|
|
||||||
app.listen(port /* , hostname */, () => {
|
app.listen(port /* , hostname */, () => {
|
||||||
console.log(`[ Server ] Listening on ${port}`);
|
console.log(`[ Server ] Listening on ${port}`);
|
||||||
|
|
Loading…
Add table
Reference in a new issue