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`);
});
});
}