Skip to content

Instantly share code, notes, and snippets.

@siscia
Created February 22, 2014 19:42
Show Gist options
  • Save siscia/9160987 to your computer and use it in GitHub Desktop.
Save siscia/9160987 to your computer and use it in GitHub Desktop.
require 'sinatra'
get '/tick/db' do
cleanDB()
end
post '/bill' do
billCustumers()
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment