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