Skip to content

Fixes method chaining

Choose a tag to compare

@jkyberneees jkyberneees released this 02 Jan 21:26
· 221 commits to master since this release
8dc9e4b

Fixes method chaining for .use and routes registration shortcuts like .get, .post, ...

app
  .use(...)
  .use(...)
  .get(...)
  .start(3000)