mirror of
https://codeberg.org/ashley/poke.git
synced 2025-02-05 01:28:43 -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", {
|
renderTemplate(res, req, "search.ejs", {
|
||||||
j: j,
|
j,
|
||||||
|
continuation,
|
||||||
q: query,
|
q: query,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue