From 9178b5f5fd1534d9e237c34c34a5956806ab0654 Mon Sep 17 00:00:00 2001 From: "sylor_huang@126.com" Date: Fri, 17 Apr 2020 11:03:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E7=9A=84=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 790d3264e..88b285b1a 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -147,6 +147,7 @@ Rails.application.routes.draw do get :me get :list post :sync_token + get :projects end scope module: :users do @@ -436,7 +437,6 @@ Rails.application.routes.draw do post :unlock post :active post :reset_login_times - get :projects end end resource :import_disciplines, only: [:create]