trabajo-afectivo/config/routes/proxy.rb

7 lines
143 B
Ruby
Raw Normal View History

Zammad::Application.routes.draw do
api_path = Rails.configuration.api_path
match api_path + '/proxy', to: 'proxy#test', via: :post
end