mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 05:48:36 +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
|
// 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 {
|
||||||
|
|
Loading…
Reference in a new issue