mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:28:34 +01:00
change url
This commit is contained in:
parent
38dec52081
commit
670343d2ff
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue