Files
fx-serverless/infra/docker/fixture/fx.js

4 lines
57 B
JavaScript

module.exports = (ctx) => {
ctx.body = 'hello world'
}