mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:38:25 +01:00
fix api lel
This commit is contained in:
parent
e88b61b893
commit
650415f9d8
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
}
|
}
|
||||||
|
|
||||||
const search = await modules.fetch(
|
const search = await modules.fetch(
|
||||||
`https://tube.kuylar.dev/api/search?query=${query}&continuation=${continuation}`
|
`https://tube-srv.ashley143.gay/api/search?query=${query}&continuation=${continuation}`
|
||||||
);
|
);
|
||||||
|
|
||||||
const text = await search.text();
|
const text = await search.text();
|
||||||
|
|
Loading…
Reference in a new issue