mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
fix a silly issy
This commit is contained in:
parent
6b15df1206
commit
3a1c5ce1e0
@ -48,7 +48,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