Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarnadas committed Sep 18, 2024
1 parent 0e9391c commit e8cf8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-on-evm/evm-api/api-authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ class Signer(object):
print(req.headers)
if req.method == "GET" or req.method == "DELETE":
req.headers["Content-Type"] = "application/x-www-form-urlencoded"
elif req.method == "POST" or re.method == "PUT":
elif req.method == "POST" or req.method == "PUT":
req.headers["Content-Type"] = "application/json"

return req.prepare()
Expand Down

0 comments on commit e8cf8b7

Please sign in to comment.