mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:38:25 +01:00
fix a silly issy
This commit is contained in:
parent
6b15df1206
commit
3a1c5ce1e0
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
}
|
||||
|
||||
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();
|
||||
|
|
Loading…
Reference in a new issue