diff options
author | Leah Cloudburst <us@conep.one> | 2022-05-23 20:07:21 +0100 |
---|---|---|
committer | Leah Cloudburst <us@conep.one> | 2022-05-23 20:07:21 +0100 |
commit | b35e475a5e5be88c7686e40b0ffb33bff253766c (patch) | |
tree | 817c6ca733cfabfe608c2d8b55abbb40cd3c2edb /index.ts | |
parent | ed1db56ab2f031cf6e6f51fba0d0e295598968e5 (diff) | |
download | vaportrail-statuspoller-b35e475a5e5be88c7686e40b0ffb33bff253766c.tar.gz vaportrail-statuspoller-b35e475a5e5be88c7686e40b0ffb33bff253766c.tar.bz2 vaportrail-statuspoller-b35e475a5e5be88c7686e40b0ffb33bff253766c.zip |
Update 'index.ts'
Diffstat (limited to 'index.ts')
-rw-r--r-- | index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,6 +54,6 @@ app.get("/json", async (req, res) => { }); }); -app.listen(52937).then(() => { +app.listen(52937, () => { console.log("listening!"); });
\ No newline at end of file |