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

Commit

Permalink
stable
Browse files Browse the repository at this point in the history
  • Loading branch information
crzypatchwork committed Apr 3, 2021
1 parent 963a754 commit 92ea387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,6 @@ app.post('/hdao', async (req, res) => {
const testhdao = async () => await hDAOFeed(parseInt(0))
//testhdao()

app.listen(3001)
//module.exports.handler = serverless(app)
//app.listen(3001)
module.exports.handler = serverless(app)

0 comments on commit 92ea387

Please sign in to comment.