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

Commit 92ea387

Browse files
committed
stable
1 parent 963a754 commit 92ea387

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
@@ -363,6 +363,6 @@ app.post('/hdao', async (req, res) => {
363363
const testhdao = async () => await hDAOFeed(parseInt(0))
364364
//testhdao()
365365

366-
app.listen(3001)
367-
//module.exports.handler = serverless(app)
366+
//app.listen(3001)
367+
module.exports.handler = serverless(app)
368368

0 commit comments

Comments
 (0)