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]