1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 01:14:38 -05:00

Update p/server.js

This commit is contained in:
Ashley 2023-11-09 07:10:57 +00:00
parent 2ceaca4547
commit f218bca9b4

View file

@ -110,7 +110,7 @@ const apiUrls = [
// Define a cache object
const cache = {};
app.get("/api", async (req, res) => {
app.get("/ryd", async (req, res) => {
const { fetch } = await import("undici")
try {