blob: a2260d68ffeca09e6c55c1c4e8f42e8de0fc46b9 (
plain)
1
2
3
4
5
6
|
Rails.application.routes.draw do
# For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
# Discourse SSO
get 'my/account/:token', to: 'authentication#login'
end
|