follow-the-nft / follow-the-nft-api

The Express API for the follow-the-nft
MIT License
0 stars 0 forks source link

Cleanup handlers and test handlers #38

Closed MuckT closed 2 years ago

MuckT commented 2 years ago

You might need to add another sample route to the API to throw the bad response e.g.

// Bad route
app.get('/bad', (req, res, next) => {
  next('error message to send')
})
vbchomp commented 2 years ago

Done and merged.