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

This commit is contained in:
xxq250 2023-04-17 10:49:17 +08:00
parent 1baee3efb6
commit 0a50da33a9
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ Rails.application.routes.draw do
get 'home/index'
get 'home/search'
get 'main/first_stamp'
get 'activity/last', to: 'project_trends#last'
get 'search', to: 'searchs#index'
put 'commons/hidden', to: 'commons#hidden'