Created
April 21, 2020 20:55
-
-
Save grant/a7c85a6ad6fdb3d7765e153d73583322 to your computer and use it in GitHub Desktop.
Ruby FF App
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require "functions_framework" | |
| FunctionsFramework.http("hello") do |request| | |
| "Hello, world!\n" | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment