Browse Source

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

pull/342/head
xxq250 3 years ago
parent
commit
1baee3efb6
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      config/routes.rb

+ 2
- 1
config/routes.rb 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'


Loading…
Cancel
Save