debian-mirror-gitlab/config/routes/customers_dot.rb

8 lines
128 B
Ruby
Raw Normal View History

2021-04-29 21:17:54 +05:30
# frozen_string_literal: true
scope '-' do
namespace :customers_dot do
post 'proxy/graphql' => 'proxy#graphql'
end
end