diff --git a/config/routes.rb b/config/routes.rb index 871997d01a2..08598e36fe3 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -160,9 +160,7 @@ Rails.application.routes.draw do end resource :gitlab_project, only: [:create, :new], controller: :gitlab_projects do - get :status post :create - get :jobs end end