#36 Prevent duplicate slashes in URL
Merged by jkaluza. Opened by sochotni.
sochotni/freshmaker master  into  master

Download 36.patch

This removes a slash at the end of api_root. This was causing duplicate
slash when querying LB and LB throws 404 in those cases instead of
treating it identically

I would even .rstrip("/") the server_url to make sure that it won't cause some harm in the future.

rebased

Pull-Request has been merged by jkaluza

Metadata