summaryrefslogtreecommitdiff
path: root/config.ru
blob: 78b11449cbb3b00d0a785baee81e763ea2b6df33 (plain)
1
2
3
4
5
require 'rubygems'
require 'opentox-ruby-api-wrapper'
require 'config/config_ru'
set :app_file, __FILE__ # to get the view path right
run Sinatra::Application