Files
fx-serverless/infra/k8s/fixture/fx.js
Minghe d7130c4e28 support a project with multiple files (#392)
* support a project with multiple files
* fix lint issue
* fix test
2019-12-05 17:57:39 +08:00

4 lines
57 B
JavaScript

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