update the thing

This commit is contained in:
Ashley 2023-11-07 04:09:18 +00:00
parent 320381fe89
commit bfc6174575

View file

@ -166,4 +166,4 @@ app.get("/bangs", async (req, res) => {
app.all("/*", listener);
app.listen(3000, () => console.log("Listening on 0.0.0.0:3000"));
app.listen(6014, () => console.log("Listening on 0.0.0.0:6014"));