mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-18 21:11:28 +02:00
7 lines
226 B
Ruby
7 lines
226 B
Ruby
# This file is used by Rack-based servers to start the application.
|
|
|
|
require ::File.expand_path('../config/environment', __FILE__)
|
|
map Rails.application.config.relative_url_root.presence || "/" do
|
|
run Rails.application
|
|
end
|