mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:38:25 +01:00
fix syntax issue :p
This commit is contained in:
parent
44ade62133
commit
8a9f4fc15d
1 changed files with 1 additions and 1 deletions
|
@ -76,4 +76,4 @@ app.get("/api/instances.json", async (req, res) => {
|
|||
res.sendFile(__dirname + `/instances.json`);
|
||||
});
|
||||
|
||||
});
|
||||
}
|
Loading…
Reference in a new issue