diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-05-14 00:11:05 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-05-14 00:11:05 +0000 |
commit | 980faa8f3421499e36ad0d9834a6353c0aeb3d3e (patch) | |
tree | e89d93e611acb30a553a5c7a9e453c00d7b28504 /config/routes.rb | |
parent | 52b32eecb72bceac7e1b7f57a641d25b9a7f58bc (diff) | |
download | gitlab-ce-980faa8f3421499e36ad0d9834a6353c0aeb3d3e.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index eab89c0c11a..3b0370551b9 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -77,6 +77,9 @@ Rails.application.routes.draw do # Health check get 'health_check(/:checks)' => 'health_check#index', as: :health_check + # Terraform service discovery + get '.well-known/terraform.json' => 'terraform/services#index', as: :terraform_services + # Begin of the /-/ scope. # Use this scope for all new global routes. scope path: '-' do |