Skip to content

Support method chaining on routes registration

Choose a tag to compare

@jkyberneees jkyberneees released this 04 Apr 19:09
· 336 commits to master since this release

Restana now supports:

  service
    .get('/', ...)
    .post('/', ...)
    .get('/chain', ...)