4 lines
54 B
Ruby
Vendored
4 lines
54 B
Ruby
Vendored
def fx(ctx)
|
|
ctx[:response].body = "hello world"
|
|
end
|