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-25 10:10:25 +0300
committerShinya Maeda <shinya@gitlab.com>2017-09-25 10:10:25 +0300
commitd4fa672c20657a1c7d2fcfa25e9798e7ccdbf39d (patch)
tree416f477c9f574116d74cbf6687b7b18a09f550d5 /config/routes.rb
parente2b195b2748c88e276163d44cdeff5b210f2522c (diff)
Create Kubernetes cluster on GKE from k8s service
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 5683725c8a2..405bfcc2d8e 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -87,6 +87,7 @@ Rails.application.routes.draw do
resources :issues, module: :boards, only: [:index, :update]
end
+ draw :google_api
draw :import
draw :uploads
draw :explore