Update CONTRIBUTING-JS.md

This commit is contained in:
Moustapha Kodjo Amadou 2024-03-28 16:40:31 +01:00 committed by GitHub
parent 6c5b766057
commit 538d82f926
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -143,7 +143,7 @@ console.log(res.body);
const client = new Client();
final res = await client.post("http://example.com",{"Referer": "http://example.com"},{'name':'test'});
const res = await client.post("http://example.com",{"Referer": "http://example.com"},{'name':'test'});
console.log(res.body);