This commit is contained in:
Shadowfacts 2019-02-18 16:28:31 -05:00
parent 8cd991bca0
commit 8fdff69cf3
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 4 additions and 4 deletions

View File

@ -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();