This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
redmine-oauth2-a2/config/routes.rb

3 lines
139 B
Ruby

get 'oauth_a2', :to => 'redmine_oauth#oauth_a2'
get 'oauth2callback', :to => 'redmine_oauth#oauth_a2_callback', :as => 'oauth_a2_callback'