frankfurter/config.ru

7 lines
102 B
Plaintext
Raw Normal View History

2016-10-11 17:54:28 +02:00
# frozen_string_literal: true
2014-03-14 13:08:48 +01:00
require './config/environment'
require 'api'
2014-03-14 13:48:58 +01:00
2012-11-20 17:36:12 +01:00
run Sinatra::Application