summaryrefslogtreecommitdiff
path: root/config/routes/customers_dot.rb
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