diff options
| author | Kamil Trzcinski <ayufan@ayufan.eu> | 2017-11-01 12:11:47 +0100 |
|---|---|---|
| committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2017-11-01 12:11:47 +0100 |
| commit | 882cf2e409ce2ea798fce7f3082083fcdf143baf (patch) | |
| tree | 6980c0759b955bcf00f4710dac4a7a251178ebb1 /config/routes | |
| parent | 5754908fee556062ab2e42a418bf192a0bf56402 (diff) | |
| download | gitlab-ce-882cf2e409ce2ea798fce7f3082083fcdf143baf.tar.gz | |
Fix paths to the first page
Diffstat (limited to 'config/routes')
| -rw-r--r-- | config/routes/project.rb | 1 |
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 |
