add uh this

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

View file

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