From 159c96a720d523eb4e693480b98b7ad19676851d Mon Sep 17 00:00:00 2001 From: cxt <853663049@qq.com> Date: Wed, 25 Sep 2019 09:11:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/routes.rb b/config/routes.rb index 23c56fe6..067d58b3 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -285,6 +285,8 @@ RedmineApp::Application.routes.draw do ## oauth相关 get 'welcome/shixun_to_local' => 'welcome#shixun_to_local' get 'welcome/local_to_shixun' => 'welcome#local_to_shixun' get 'welcome/local_init' => 'welcome#local_init' + get 'welcome/subject_to_local' => 'welcome#subject_to_local' + get 'welcome/local_to_subject' => 'welcome#local_to_subject' # get 'competitions/home' => 'competitions#home' # get 'competitions/hn' => 'competitions#index'