Files
fx-serverless/test/functions/func.rb
2019-08-09 09:10:49 +08:00

4 lines
54 B
Ruby

def fx(ctx)
ctx[:response].body = "hello world"
end