From 1baee3efb6c8b73628cc60ccf19c1d9b2bd5f19b Mon Sep 17 00:00:00 2001 From: xxq250 Date: Mon, 17 Apr 2023 10:44:50 +0800 Subject: [PATCH] =?UTF-8?q?commit=E5=8A=A0=E5=85=A5=E5=88=B0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=8A=A8=E6=80=81=EF=BC=8C=E8=B7=AF=E7=94=B1=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 36f056c2a..517614efd 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -763,6 +763,8 @@ Rails.application.routes.draw do end end end + + get 'activity/last', to: 'project_trends#last' # Project Area END scope module: :helps do @@ -1074,7 +1076,6 @@ Rails.application.routes.draw do get 'oauth/get_token_callback', to: 'oauth#get_token_callback' resources :commit_logs, :only => [:create] - get 'activity/last', to: 'project_trends#last' scope '/app' do get '/', to: 'installations#app'