Closed danielfigueiredo closed 8 years ago
Sorry this was my mistake!
Glad to hear its working :smile:, may I ask what was the issue?
We usually invoke next()
instead of return next()
Ah I see now, you called res.send(200)
which would terminate the chain so next()
won't go through
Is there any way to chain handlers using this library? I tried to but after I return calling
next()
the next function doesn't get called.