Skip to content

Instantly share code, notes, and snippets.

@tooky
Created September 16, 2014 17:25
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 tooky/9b2fb653cbc86c653590 to your computer and use it in GitHub Desktop.
Save tooky/9b2fb653cbc86c653590 to your computer and use it in GitHub Desktop.
require 'sinatra'
get '/foo.jpg' do
# foo.jpg in the app root directory
send_file 'foo.jpg', disposition: 'inline'
end
run Sinatra::Application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment