Update CONTRIBUTING-JS.md

This commit is contained in:
Moustapha Kodjo Amadou
2024-03-28 16:40:31 +01:00
committed by GitHub
parent bd2f0e9f1c
commit 6830bec905

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);