mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:08:39 +01:00
add ryd api url back
This commit is contained in:
parent
f32d47718b
commit
7d475a9f99
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ app.get("/", (req, res) => {
|
|||
const apiUrls = [
|
||||
"https://returnyoutubedislikeapi.com/votes?videoId=",
|
||||
"https://prod-poketube.testing.poketube.fun/api?v=",
|
||||
"https://ipv6-t.poketube.fun/api?v="
|
||||
];
|
||||
|
||||
// Define a cache object
|
||||
|
|
Loading…
Reference in a new issue