Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@lalitb
Forked from vangberg/app.rb
Created April 30, 2018 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lalitb/d1024b93ecb99ca77ad3f9cc8a573532 to your computer and use it in GitHub Desktop.
Save lalitb/d1024b93ecb99ca77ad3f9cc8a573532 to your computer and use it in GitHub Desktop.
minimal sinatra rackup
require 'sinatra'
get '/' do
"Hello world"
end
require 'rubygems'
require 'app'
run Sinatra::Application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment