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

configure do
  set :auth_token, 'YOUR_AUTH_TOKEN'
end

run Sinatra::Application