osem-fcy/config.ru

8 lines
204 B
Text
Raw Normal View History

# frozen_string_literal: true
2013-01-07 09:04:09 +01:00
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
2017-11-12 21:06:01 -08:00
use Rack::Deflater
2013-01-07 09:04:09 +01:00
run Osem::Application