mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 00:34:41 -05:00
my bad lmao
This commit is contained in:
parent
86f8bc8fb2
commit
30366deff1
1 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
const headers = {};
|
||||
|
||||
const xmlData = await fetch(
|
||||
`https://${config_invapi}/search?q=${encodeURIComponent(
|
||||
`https://${config.invapi}/search?q=${encodeURIComponent(
|
||||
query
|
||||
)}&page=${encodeURIComponent(
|
||||
continuation
|
||||
|
@ -288,7 +288,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
}
|
||||
};
|
||||
|
||||
const apiUrl = config_invapi + "/channels/";
|
||||
const apiUrl = config.invapi + "/channels/";
|
||||
const channelUrl = `${apiUrl}${atob(
|
||||
ChannelTabs.videos
|
||||
)}/${ID}/?sort_by=${sort_by}${continuation}`;
|
||||
|
|
Loading…
Reference in a new issue