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

This commit is contained in:
2023-04-17 10:44:50 +08:00
parent 5922c8800f
commit 1baee3efb6

View File

@@ -763,6 +763,8 @@ Rails.application.routes.draw do
end end
end end
end end
get 'activity/last', to: 'project_trends#last'
# Project Area END # Project Area END
scope module: :helps do scope module: :helps do
@@ -1074,7 +1076,6 @@ Rails.application.routes.draw do
get 'oauth/get_token_callback', to: 'oauth#get_token_callback' get 'oauth/get_token_callback', to: 'oauth#get_token_callback'
resources :commit_logs, :only => [:create] resources :commit_logs, :only => [:create]
get 'activity/last', to: 'project_trends#last'
scope '/app' do scope '/app' do
get '/', to: 'installations#app' get '/', to: 'installations#app'