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
:thumbsup:
:+1:
I would even .rstrip("/") the server_url to make sure that it won't cause some harm in the future.
.rstrip("/")
server_url
rebased
+1
Pull-Request has been merged by jkaluza
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