Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/routes.rb2
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