mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 00:14:39 -05: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", {
|
||||
j: j,
|
||||
j,
|
||||
continuation,
|
||||
q: query,
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue