i am so dumb

This commit is contained in:
Ashley 2023-11-09 18:36:55 +00:00
parent c4cdc7d3ca
commit d1e59df21a

View file

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