mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:28:34 +01:00
change api owo
This commit is contained in:
parent
49fde4bc1c
commit
d2df0988c0
1 changed files with 3 additions and 3 deletions
|
@ -93,10 +93,10 @@
|
|||
this is our config file,you can change stuff here
|
||||
*/
|
||||
const config = {
|
||||
tubeApi: "https://api.poketube.fun/api/",
|
||||
invapi: "https://inv-api.poketube.fun/api/v1",
|
||||
tubeApi: "https://inner-api.poketube.fun/api/",
|
||||
invapi: "https://invid-api.poketube.fun/api/v1",
|
||||
dislikes: "https://returnyoutubedislikeapi.com/votes?videoId=",
|
||||
invchannel: "https://inv-api.poketube.fun/api/v1",
|
||||
invchannel: "https://invid-api.poketube.fun/api/v1",
|
||||
cacher_max_age: "1800",
|
||||
enablealwayshttps: true, //enables always https on the server
|
||||
t_url: "https://t.poketube.fun/", // def matomo url
|
||||
|
|
Loading…
Reference in a new issue