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