Listen
This commit is contained in:
parent
8cd991bca0
commit
8fdff69cf3
8
index.js
8
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();
|
||||
|
|
Loading…
Reference in New Issue