diff options
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 0e03d2b4c32..418b3fb3902 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -294,7 +294,7 @@ Rails.application.routes.draw do post :repository_check end - resources :runner_projects, only: [:index, :create, :destroy] + resources :runner_projects, only: [:create, :destroy] end end |