Skip to content

Instantly share code, notes, and snippets.

@maedhr
Created January 19, 2012 18:29
Show Gist options
  • Save maedhr/1641724 to your computer and use it in GitHub Desktop.
Save maedhr/1641724 to your computer and use it in GitHub Desktop.
Catch all
require 'sinatra'
get '/*' do
'HERE IS THE RESPONSE'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment