mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 21:57:49 +01:00
add uh this
This commit is contained in:
parent
cacb555431
commit
f832d49d58
1 changed files with 2 additions and 2 deletions
|
@ -170,8 +170,8 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!query) {
|
if (!query) {
|
||||||
return res.redirect("/");
|
return renderTemplate(res, req, "search-web-main.ejs");
|
||||||
}
|
}
|
||||||
|
|
||||||
let continuation = req.query.continuation || "";
|
let continuation = req.query.continuation || "";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue