praekeltfoundation / casepro

Case management dashboard for RapidPro
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Update Junebug urls for routing #211

Closed erikh360 closed 6 years ago

erikh360 commented 6 years ago

This change will allow us to configure Casepro to use a router based channel, the url is not /channels/<channel-id>/messages/ but something like /routers/<router-id>/destinations/<destination-id>/messages/.

Currently the url is built in the code, this PR allows us to rather specify it completely.