tabs on discover :3

This commit is contained in:
Ashley 2022-10-03 19:15:54 +02:00
parent 16b8656e59
commit 7b86319d9d

View file

@ -700,6 +700,7 @@ app.get("/", async function (req, res) {
const k = JSON.parse(toJson(h));
renderTemplate(res, req, "main.ejs", {
k: k,
tab: req.query.tab,
isMobile: req.useragent.isMobile,
});
});
@ -716,4 +717,3 @@ app.get("*", function (req, res) {
// listen
app.listen("3000", () => {});