4 lines
57 B
JavaScript
Vendored
4 lines
57 B
JavaScript
Vendored
module.exports = (ctx) => {
|
|
ctx.body = 'hello world'
|
|
}
|