diff options
author | Shinya Maeda <shinya@gitlab.com> | 2017-09-25 16:10:25 +0900 |
---|---|---|
committer | Shinya Maeda <shinya@gitlab.com> | 2017-09-25 16:10:25 +0900 |
commit | d4fa672c20657a1c7d2fcfa25e9798e7ccdbf39d (patch) | |
tree | 416f477c9f574116d74cbf6687b7b18a09f550d5 /config/routes.rb | |
parent | e2b195b2748c88e276163d44cdeff5b210f2522c (diff) | |
download | gitlab-ce-d4fa672c20657a1c7d2fcfa25e9798e7ccdbf39d.tar.gz |
Create Kubernetes cluster on GKE from k8s service
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 1 |
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 |