1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-16 22:34:39 -05:00

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
const cache = {};
app.get("/ryd", async (req, res) => {
app.get("/api", async (req, res) => {
const { fetch } = await import("undici")
try {