Skip to content

Commit 069e0ca

Browse files
Merge pull request #1920 from basecamp/routes-trailing-whitespace
Remove trailing whitespace
2 parents 150e7ca + 08c380c commit 069e0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/routes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
resolve "Webhook" do |webhook, options|
223223
route_for :board_webhook, webhook.board, webhook, options
224224
end
225-
225+
226226
# Support for legacy URLs
227227
get "/collections/:collection_id/cards/:id", to: redirect { |params, request| "#{request.script_name}/cards/#{params[:id]}" }
228228
get "/collections/:id", to: redirect { |params, request| "#{request.script_name}/boards/#{params[:id]}" }

0 commit comments

Comments
 (0)