blob: 5c3a2b2fe67c888b6942072a0255bb8587c9ed8c (
plain)
1
2
3
4
5
6
7
8
|
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
require 'http_accept_language'
use HttpAcceptLanguage::Middleware
run LeapWeb::Application
|