mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 00:58:08 +01:00
lol 2
This commit is contained in:
parent
4000c2d5ad
commit
75affcf7c7
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ app.get("/avatars/:v", async function (req, res) {
|
|||
|
||||
try {
|
||||
if (id) {
|
||||
const apiUrl = `https://ryd.ggtyler.dev/votes/${id}&hash=d0550b6e28c8f93533a569c314d5b4e2`;
|
||||
const apiUrl = `https://ryd-proxy.kavin.rocks/votes/${id}&hash=d0550b6e28c8f93533a569c314d5b4e2`;
|
||||
|
||||
const response = await fetch(apiUrl);
|
||||
|
||||
|
|
Loading…
Reference in a new issue