commit加入到项目动态,路由调整

This commit is contained in:
xxq250 2023-04-17 10:44:50 +08:00
parent 5922c8800f
commit 1baee3efb6
1 changed files with 2 additions and 1 deletions

View File

@ -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'