mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:48:35 +01:00
i am so dumb
This commit is contained in:
parent
c4cdc7d3ca
commit
d1e59df21a
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue