From 8fdff69cf3c002b7c7f061142ada23560f90d582 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Mon, 18 Feb 2019 16:28:31 -0500 Subject: [PATCH] Listen --- index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.js b/index.js index d660b66..ca4f9cf 100644 --- a/index.js +++ b/index.js @@ -37,10 +37,10 @@ app.get("/ap/actor", (req, res) => { }); -// const port = process.env.PORT || 8083; -// app.listen(port, () => { -// console.log(`Listening on ${port}`); -// }); +const port = process.env.PORT || 8083; +app.listen(port, () => { + console.log(`Listening on ${port}`); +}); function createMessage(object) { const uuid = uuidv4();