mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
bleh
This commit is contained in:
parent
30366deff1
commit
ae967320be
@ -136,7 +136,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
const headers = {};
|
const headers = {};
|
||||||
|
|
||||||
const xmlData = await fetch(
|
const xmlData = await fetch(
|
||||||
`https://${config.invapi}/search?q=${encodeURIComponent(
|
`${config.invapi}/search?q=${encodeURIComponent(
|
||||||
query
|
query
|
||||||
)}&page=${encodeURIComponent(
|
)}&page=${encodeURIComponent(
|
||||||
continuation
|
continuation
|
||||||
|
Loading…
Reference in New Issue
Block a user