unicefuganda/rapidsms-ureport

/ureporters/.../reports needs a trailing slash

justinvdm opened this issue · 2 comments

The api seems to be routing
/ureporters/(str: backend)/(str: user_address)/reports instead of
/ureporters/(str: backend)/(str: user_address)/reports/

We need a slash to be added on to match how this url route looks in the docs

Handled

On Wed, Feb 19, 2014 at 12:52 PM, Justin van der Merwe <
notifications@github.com> wrote:

The api seems to be routing
/ureporters/(str: backend)/(str: user_address)/reports instead of
/ureporters/(str: backend)/(str: user_address)/reports/

We need a slash to be added on to match how this url route looks in the
docshttp://vumi-ureport.readthedocs.org/en/latest/ureport-api.html#post--ureporters-(str-backend)-(str-user_address)-reports-

Reply to this email directly or view it on GitHubhttps://github.com//issues/11
.

Thanks :) Closing ticket.