From 0a50da33a9badb89b1c69dab2bc79db04f00cffc Mon Sep 17 00:00:00 2001 From: xxq250 Date: Mon, 17 Apr 2023 10:49:17 +0800 Subject: [PATCH] =?UTF-8?q?commit=E5=8A=A0=E5=85=A5=E5=88=B0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=8A=A8=E6=80=81=EF=BC=8C=E8=B7=AF=E7=94=B1=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/routes.rb b/config/routes.rb index 517614efd..0c04bf1db 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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'