mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 00:57:59 +00:00
fix result
This commit is contained in:
parent
a8b35495f6
commit
d56e224f3b
@ -229,8 +229,9 @@ 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: "",
|
||||
IsOldWindows,
|
||||
|
Loading…
Reference in New Issue
Block a user