Created
September 14, 2015 02:25
-
-
Save hugoabonizio/c81fac638c0e97c42271 to your computer and use it in GitHub Desktop.
Simple frank 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 "frank" | |
get "/:name" do |ctx| | |
"Hello world, #{ctx.params["name"]}!" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment