blob: dfd2d862237323aa599be31b473d70a8a817943b (
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 Gitlab::Application
end
|