mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
fix api lel
This commit is contained in:
parent
e88b61b893
commit
650415f9d8
@ -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 New Issue
Block a user