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 || "";