1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 07:14:40 -05:00

fix syntax issue :p

This commit is contained in:
Ashley 2022-11-09 17:52:08 +01:00
parent 44ade62133
commit 8a9f4fc15d

View file

@ -76,4 +76,4 @@ app.get("/api/instances.json", async (req, res) => {
res.sendFile(__dirname + `/instances.json`);
});
});
}