summaryrefslogtreecommitdiff
path: root/templates/project/config.ru
blob: acc42a081e8234e21a6339a7ab827b3a8b4044dc (plain)
1
2
3
4
5
6
7
require 'allthethings'

configure do
  set :auth_token, 'YOUR_AUTH_TOKEN'
end

run Sinatra::Application