mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 01:14:38 -05:00
Update p/server.js
This commit is contained in:
parent
2ceaca4547
commit
f218bca9b4
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue