koa-router middleware explicitly calling `await next()` to enter next middleware

Unlike Expressjs, in koa-router, user need to explicitly call await next() to enter the next middleware rather than to return to last level middleware.