Correct Answer : app.use(middleware)
Explanation : Mounting middleware functions to the Koa application is accomplished using app.use(middleware).