Fixes method chaining
Fixes method chaining for .use and routes registration shortcuts like .get, .post, ...
app
.use(...)
.use(...)
.get(...)
.start(3000)Fixes method chaining for .use and routes registration shortcuts like .get, .post, ...
app
.use(...)
.use(...)
.get(...)
.start(3000)