mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:18:29 +01:00
fixu apii!!
This commit is contained in:
parent
3201717036
commit
bdf481239e
1 changed files with 3 additions and 3 deletions
|
@ -20,8 +20,8 @@ const {
|
|||
|
||||
const pkg = require("../../../package.json");
|
||||
|
||||
const ver = "v22.1209-c98Lu-stable"
|
||||
const versionnumber = "100"
|
||||
const ver = "v22.1213-c98Lu-stable"
|
||||
const versionnumber = "101"
|
||||
|
||||
const response = {
|
||||
pt_version: ver,
|
||||
|
@ -109,7 +109,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
const id = req.query.v;
|
||||
const l = req.query.h;
|
||||
|
||||
const url = `https://tube.kuylar.dev/proxy/caption/${id}/${l}/`;
|
||||
const url = `https://tube-srv.ashley143.gay/proxy/caption/${id}/${l}/`;
|
||||
|
||||
let f = await modules.fetch(url);
|
||||
const body = await f.text();
|
||||
|
|
Loading…
Reference in a new issue