diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-20 14:36:54 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-20 14:36:54 +0000 |
commit | f61bb2a16a514b71bf33aabbbb999d6732016a24 (patch) | |
tree | 9548caa89e60b4f40b99bbd1dac030420b812aa8 /config/routes/customers_dot.rb | |
parent | 35fc54e5d261f8898e390aea7c2f5ec5fdf0539d (diff) | |
download | gitlab-ce-13.11.0-rc42.tar.gz |
Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc42
Diffstat (limited to 'config/routes/customers_dot.rb')
-rw-r--r-- | config/routes/customers_dot.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/routes/customers_dot.rb b/config/routes/customers_dot.rb new file mode 100644 index 00000000000..d6afb54cae8 --- /dev/null +++ b/config/routes/customers_dot.rb @@ -0,0 +1,7 @@ +# frozen_string_literal: true + +scope '-' do + namespace :customers_dot do + post 'proxy/graphql' => 'proxy#graphql' + end +end |