1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-01-31 03:33:46 -05:00

add uh this

This commit is contained in:
Ashley 2023-10-31 15:48:37 +00:00
parent cacb555431
commit f832d49d58

View file

@ -170,7 +170,7 @@ module.exports = function (app, config, renderTemplate) {
}
if (!query) {
return res.redirect("/");
return renderTemplate(res, req, "search-web-main.ejs");
}
let continuation = req.query.continuation || "";