From 9785f273c3389eed6e464b710676d97548233c38 Mon Sep 17 00:00:00 2001 From: Daniel Gerhardt Date: Tue, 2 Oct 2018 11:53:16 +0200 Subject: [PATCH] Revert "Disable project import via Oauth providers" This reverts commit 78ba7bcfa93029f0716445b756476e48f65fef30. --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/routes.rb b/config/routes.rb index 426f80f1b51..e4ec1333eaf 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -130,6 +130,7 @@ Rails.application.routes.draw do resources :notification_settings, only: [:create, :update] draw :google_api + draw :import draw :uploads draw :explore draw :admin -- GitLab