1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 06:34:40 -05:00
This commit is contained in:
Ashley 2022-08-12 15:04:09 +03:00 committed by GitHub
parent 15765f9d6b
commit 3cbf62781f

View file

@ -246,6 +246,8 @@ app.get("/discover", async function (req, res) {
const k = JSON.parse(toJson(h)); const k = JSON.parse(toJson(h));
renderTemplate(res, req, "main.ejs", { renderTemplate(res, req, "main.ejs", {
k: k, k: k,
isMobile:req.useragent.isMobile
}); });
}); });