Update example

This commit is contained in:
Harrison Burt 2022-03-30 22:36:16 +01:00
parent 7dc5a13923
commit 17c0973eee
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ with open("./example.jpeg", "rb") as file:
image = file.read()
r = requests.post(
"http://127.0.0.1:8000/v1/user-profiles",
"http://127.0.0.1:8000/v1/images/user-profiles",
params={"format": "jpeg"},
headers={
"content-length": str(len(image)),