mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
change url
This commit is contained in:
parent
38dec52081
commit
670343d2ff
@ -134,7 +134,7 @@ app.get("/avatars/:v", async function (req, res) {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
if (id) {
|
if (id) {
|
||||||
const apiUrl = `https://ryd-proxy.kavin.rocks/votes/${id}&hash=d0550b6e28c8f93533a569c314d5b4e2`;
|
const apiUrl = `https://ryd.ggtyler.dev/votes/${id}&hash=d0550b6e28c8f93533a569c314d5b4e2`;
|
||||||
|
|
||||||
const response = await fetch(apiUrl);
|
const response = await fetch(apiUrl);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user