fix result

This commit is contained in:
ashley 2024-05-01 16:08:14 +00:00
parent a8b35495f6
commit d56e224f3b

View file

@ -229,7 +229,8 @@ module.exports = function (app, config, renderTemplate) {
let continuation = req.query.continuation || "";
try {
const results = Object.entries(web);
const results = web.web;
renderTemplate(res, req, "search-web.ejs", {
j: "",