mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:58:25 +01:00
add param lol
This commit is contained in:
parent
7b13bc7c29
commit
3b726c3904
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
res.redirect("/");
|
res.redirect("/");
|
||||||
}
|
}
|
||||||
|
|
||||||
res.redirect(red_url);
|
res.redirect(red_url + "?f=" + req.query.u);
|
||||||
});
|
});
|
||||||
|
|
||||||
app.get("/api/version.json", async (req, res) => {
|
app.get("/api/version.json", async (req, res) => {
|
||||||
|
|
Loading…
Reference in a new issue