1
Fork 0

new search page :3

This commit is contained in:
Ashley 2022-10-20 16:39:00 +02:00
parent dfe71d6c12
commit a461951c6e

View file

@ -432,7 +432,8 @@ app.get("/search", async (req, res) => {
}
renderTemplate(res, req, "search.ejs", {
j: j,
j,
continuation,
q: query,
});
});