'use strict'; module.exports = async (ctx) => { ctx.body = 'You can use normal function instead of Controller Class'; };