blob: 4d15592fe6fc6bc53db37c29efc2554dd2843a71 (
plain)
1
2
3
4
5
6
7
|
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
map ENV['RAILS_RELATIVE_URL_ROOT'] || "/" do
run GitlabCi::Application
end
|