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
path: root/config
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2017-11-01 14:11:47 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2017-11-01 14:11:47 +0300
commit882cf2e409ce2ea798fce7f3082083fcdf143baf (patch)
tree6980c0759b955bcf00f4710dac4a7a251178ebb1 /config
parent5754908fee556062ab2e42a418bf192a0bf56402 (diff)
Fix paths to the first page
Diffstat (limited to 'config')
-rw-r--r--config/routes/project.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index d05fe11f233..764f794f369 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -186,6 +186,7 @@ constraints(ProjectUrlConstrainer.new) do
resources :clusters, except: [:edit] do
collection do
get :login
+ get '/providers/gcp/new', to: :new_gcp
end
member do