soundcloud link
This commit is contained in:
parent
7800760353
commit
86e69579d1
1 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,9 @@ module.exports = async =>{
|
||||||
app.get('/bandcamp', (req, res) => {
|
app.get('/bandcamp', (req, res) => {
|
||||||
res.redirect(con.socials.bandcamp);
|
res.redirect(con.socials.bandcamp);
|
||||||
});
|
});
|
||||||
|
app.get('/soundcloud', (req, res) => {
|
||||||
|
res.redirect(con.socials.soundcloud);
|
||||||
|
});
|
||||||
app.get('/youtube', (req, res) => {
|
app.get('/youtube', (req, res) => {
|
||||||
res.redirect(con.socials.youtube);
|
res.redirect(con.socials.youtube);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue