mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:28:35 +01:00
change api owo
This commit is contained in:
parent
aaa0b92e96
commit
9193d38924
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
let continuation = req.query.continuation || "";
|
||||
|
||||
try {
|
||||
const searchUrl = `https://tube-srv.ashley143.gay/api/search?query=${encodeURIComponent(
|
||||
const searchUrl = `https://inner-api.poketube.fun/api/search?query=${encodeURIComponent(
|
||||
query
|
||||
)}&continuation=${encodeURIComponent(continuation)}`;
|
||||
const searchResponse = await modules.fetch(searchUrl);
|
||||
|
|
Loading…
Reference in a new issue