1
Fork 0

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 {