Skip to content
This repository was archived by the owner on Nov 10, 2021. It is now read-only.

Commit 16bd0ba

Browse files
committed
Don't use local express in prod :D
1 parent a92a20d commit 16bd0ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ app.post('/hdao', async (req, res) => {
440440
// const testhdao = async () => await hDAOFeed(parseInt(0))
441441
//testhdao()
442442

443-
app.listen(3001)
443+
//app.listen(3001)
444444
console.log('SERVER RUNNING ON localhost:3001')
445-
// module.exports.handler = serverless(app)
445+
module.exports.handler = serverless(app)
446446

0 commit comments

Comments
 (0)