Tom Aratyn
Results
3
comments of
Tom Aratyn
The problem is with the `;` here: https://github.com/taoufik07/responder/blob/master/responder/api.py#L317
One workaround is to explicitly overwrite the `base_url`: ``` api.session().base_url = "http://example" ``` Since the session is reused for each instance of `api`, this should work around the problem.
Can you see if my PR #1501 helps you? I think #1500 may be a similar issue.