Skip to content

Commit f5a5ee1

Browse files
authored
Lint config.ru
1 parent 5707e2e commit f5a5ee1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config.ru

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require_relative "config/environment"
44

5-
map ActionController::Base.config.relative_url_root || / do
6-
run Rails.application
7-
Rails.application.load_server
8-
end
5+
map ActionController::Base.config.relative_url_root || "/" do
6+
run Rails.application
7+
Rails.application.load_server
8+
end

0 commit comments

Comments
 (0)