this is one of the commits ever lol

This commit is contained in:
Ashley 2023-05-08 15:56:01 +00:00
parent 3aa0a80b47
commit 618f11c4da

View file

@ -73,6 +73,7 @@ module.exports = function (app, config, renderTemplate) {
return res.redirect(`/watch?v=${req.params.v}`);
}
}
return rendermainpage();
});
};