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