Hi, it is unclear to me what the done function is here. Maybe I missed it… I can't find it in the documentation.
https://github.com/shipharbor/merry#handler--appstart
function handleRoute (req, res, ctx, done) {
done(null, 'hello planet')
}
Thanks. I like your API a lot in this project.