So, calling next() from inside a route simply tells Express that it should proceed with the remainder of the route and then move on to the next matching route . Contrast this with calling return next() from within a route.
So, calling next() from inside a route simply tells Express that it should proceed with the remainder of the route and then move on to the next matching route . Contrast this with calling return next() from within a route.