soundcloud link

This commit is contained in:
ry 2020-02-18 23:27:01 +01:00
parent 7800760353
commit 86e69579d1
1 changed files with 3 additions and 0 deletions

View File

@ -89,6 +89,9 @@ module.exports = async =>{
app.get('/bandcamp', (req, res) => {
res.redirect(con.socials.bandcamp);
});
app.get('/soundcloud', (req, res) => {
res.redirect(con.socials.soundcloud);
});
app.get('/youtube', (req, res) => {
res.redirect(con.socials.youtube);
});