Update CONTRIBUTING-JS.md
This commit is contained in:
parent
6c5b766057
commit
538d82f926
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue