atomixinteractions/createrest

Multi handlers for route

Closed this issue · 0 comments

Example

r.post('path', 'handler1', 'handler2')
// or
r.post('path', handler1, handler2, 'handlerName')