Multi handlers for route
Closed this issue · 0 comments
sergeysova commented
Example
r.post('path', 'handler1', 'handler2')
// or
r.post('path', handler1, handler2, 'handlerName')
Closed this issue · 0 comments
Example
r.post('path', 'handler1', 'handler2')
// or
r.post('path', handler1, handler2, 'handlerName')