5 lines
101 B
Ruby
5 lines
101 B
Ruby
require "functions_framework"
|
|
|
|
FunctionsFramework.http("hello") do |request|
|
|
"Hello, World!\n"
|
|
end
|