Commit 0d3d532d authored by Ryan Cobb's avatar Ryan Cobb

Scope customers_dot routes under -

parent d3bca376
# frozen_string_literal: true
namespace :customers_dot do
post 'proxy/graphql' => 'proxy#graphql'
scope '-' do
namespace :customers_dot do
post 'proxy/graphql' => 'proxy#graphql'
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment