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:
authorShinya Maeda <shinya@gitlab.com>2017-09-27 15:01:08 +0300
committerShinya Maeda <shinya@gitlab.com>2017-09-27 15:01:08 +0300
commite9d05a2cdc24b4dc771344f26e6ffdcf0240e46c (patch)
tree1aca43cc521894908abb615244927a4d3fc62e70 /config/routes
parent9900933432fc05a07b4c3e742c0ec3f295cf773c (diff)
Add login root. Remove ceration type.
Diffstat (limited to 'config/routes')
-rw-r--r--config/routes/project.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index 27160d8c364..23c3f87df81 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -185,8 +185,7 @@ constraints(ProjectUrlConstrainer.new) do
resources :clusters, except: [:edit, :show, :destroy] do
collection do
- get :gcp_projects # TODO: This doesn't belong here. Grape or under user. Hint. Serilizer
- get :gke_zones
+ get :login
get :edit
end
end