Welcome to mirror list, hosted at ThFree Co, Russian Federation.

customers_dot.rb « routes « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d6afb54cae82912ba551d74b30ea1ace82c24055 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

scope '-' do
  namespace :customers_dot do
    post 'proxy/graphql' => 'proxy#graphql'
  end
end