mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 00:34:41 -05:00
bleh
This commit is contained in:
parent
30366deff1
commit
ae967320be
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
const headers = {};
|
||||
|
||||
const xmlData = await fetch(
|
||||
`https://${config.invapi}/search?q=${encodeURIComponent(
|
||||
`${config.invapi}/search?q=${encodeURIComponent(
|
||||
query
|
||||
)}&page=${encodeURIComponent(
|
||||
continuation
|
||||
|
|
Loading…
Reference in a new issue