add param lol

This commit is contained in:
Ashley 2023-05-04 16:34:43 +00:00
parent 7b13bc7c29
commit 3b726c3904

View file

@ -130,7 +130,7 @@ module.exports = function (app, config, renderTemplate) {
res.redirect("/");
}
res.redirect(red_url);
res.redirect(red_url + "?f=" + req.query.u);
});
app.get("/api/version.json", async (req, res) => {