mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:48:35 +01:00
add this thing
This commit is contained in:
parent
e15695a0d9
commit
6961c71a1a
1 changed files with 2 additions and 1 deletions
|
@ -104,7 +104,8 @@ app.get("/", (req, res) => {
|
||||||
|
|
||||||
const apiUrls = [
|
const apiUrls = [
|
||||||
"https://returnyoutubedislikeapi.com/votes?videoId=",
|
"https://returnyoutubedislikeapi.com/votes?videoId=",
|
||||||
"https://prod-poketube.testing.poketube.fun/api?v="
|
"https://prod-poketube.testing.poketube.fun/api?v=",
|
||||||
|
"https://ipv6-t.poketube.fun/api?v="
|
||||||
];
|
];
|
||||||
|
|
||||||
// Define a cache object
|
// Define a cache object
|
||||||
|
|
Loading…
Reference in a new issue