mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 09:07:59 +00:00
h
This commit is contained in:
parent
03fb903de7
commit
9cfdfde9a9
@ -76,7 +76,7 @@ app.get("/avatars/:v", async function (req, res) {
|
||||
|
||||
|
||||
app.get("/avatars/ytc/:v", async function (req, res) {
|
||||
var url = `https://cal1.iv.ggtyler.dev/ggpht/ytc/${req.params.v.replace("ytc", "")}`;
|
||||
var url = `https://iv.ggtyler.dev/ggpht/ytc/${req.params.v.replace("ytc", "")}`;
|
||||
|
||||
let f = await modules.fetch(url + `?cachefixer=${btoa(Date.now())}`, {
|
||||
method: req.method,
|
||||
|
Loading…
Reference in New Issue
Block a user