6 lines
118 B
Ruby
6 lines
118 B
Ruby
|
Zammad::Application.routes.draw do
|
||
|
|
||
|
match '/api/v1/cti/:token', to: 'integration/cti#event', via: :post
|
||
|
|
||
|
end
|