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));
renderTemplate(res, req, "main.ejs", {
k: k,
isMobile:req.useragent.isMobile
});
});