mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Update URL in temp_client
This commit is contained in:
parent
8938811c67
commit
6f689b0ac3
@ -109,5 +109,5 @@ def temp_client():
|
||||
"""
|
||||
|
||||
private_key, public_key = crypto.generate_key_pair()
|
||||
return Client(private_key=private_key, public_key=public_key, api_endpoint='http://localhost:5000')
|
||||
return Client(private_key=private_key, public_key=public_key, api_endpoint='http://localhost:5000/api/v1')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user