Update src/libpoketube/init/pages-404-and-main.js
This commit is contained in:
parent
b7ae014c00
commit
116c58ff66
@ -180,6 +180,8 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
})
|
})
|
||||||
.then((res) => res.text())
|
.then((res) => res.text())
|
||||||
.then((txt) => getJson(txt));
|
.then((txt) => getJson(txt));
|
||||||
|
|
||||||
|
console.log(j)
|
||||||
}
|
}
|
||||||
|
|
||||||
renderTemplate(res, req, "discover.ejs", {
|
renderTemplate(res, req, "discover.ejs", {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user