ubicloud/routes/web/account.rb
2024-11-05 10:47:00 -08:00

9 lines
156 B
Ruby

# frozen_string_literal: true
class Clover
hash_branch("account") do |r|
r.get true do
r.redirect "/account/change-password"
end
end
end