Update README.md

This commit is contained in:
Sai Raj 2022-12-28 17:00:31 +05:30 committed by GitHub
parent 36d8644fce
commit d1110babb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,10 +55,7 @@ fetch("https://flo-sign-validator.duckdns.org", {
pubKey: pubKey, pubKey: pubKey,
message: message, message: message,
sign: sign sign: sign
}), })
headers: {
"Content-type": "application/json; charset=UTF-8",
},
}) })
.then(function (response) { .then(function (response) {
return response.json(); return response.json();