We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150e7ca commit 08c380cCopy full SHA for 08c380c
config/routes.rb
@@ -222,7 +222,7 @@
222
resolve "Webhook" do |webhook, options|
223
route_for :board_webhook, webhook.board, webhook, options
224
end
225
-
+
226
# Support for legacy URLs
227
get "/collections/:collection_id/cards/:id", to: redirect { |params, request| "#{request.script_name}/cards/#{params[:id]}" }
228
get "/collections/:id", to: redirect { |params, request| "#{request.script_name}/boards/#{params[:id]}" }
0 commit comments