mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:08:39 +01:00
update the thing
This commit is contained in:
parent
320381fe89
commit
bfc6174575
1 changed files with 1 additions and 1 deletions
|
@ -166,4 +166,4 @@ app.get("/bangs", async (req, res) => {
|
||||||
|
|
||||||
app.all("/*", listener);
|
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"));
|
Loading…
Reference in a new issue