mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-29 23:28:42 +01:00
new search page :3
This commit is contained in:
parent
dfe71d6c12
commit
a461951c6e
1 changed files with 2 additions and 1 deletions
|
@ -432,7 +432,8 @@ app.get("/search", async (req, res) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
renderTemplate(res, req, "search.ejs", {
|
renderTemplate(res, req, "search.ejs", {
|
||||||
j: j,
|
j,
|
||||||
|
continuation,
|
||||||
q: query,
|
q: query,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue