Update README.md
This commit is contained in:
parent
36d8644fce
commit
d1110babb6
@ -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();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user