mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
commit加入到项目动态,路由调整
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user