Closed aesteve closed 9 years ago
When a route is very simple calling context.next() every time could be a pain (not to mention users will forget when they don't do async stuff).
context.next()
So, if the method doesn't declare a RoutingContext parameter, call context.next() programatically once the method has returned.
RoutingContext
When a route is very simple calling
context.next()
every time could be a pain (not to mention users will forget when they don't do async stuff).So, if the method doesn't declare a
RoutingContext
parameter, callcontext.next()
programatically once the method has returned.