akkounts/config/routes.rb

6 lines
108 B
Ruby

Rails.application.routes.draw do
get 'ldap_users', to: 'ldap_users#index'
root to: 'welcome#index'
end