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.