mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
add param lol
This commit is contained in:
parent
7b13bc7c29
commit
3b726c3904
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user