mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
Update CONTRIBUTING-JS.md
This commit is contained in:
committed by
GitHub
parent
bd2f0e9f1c
commit
6830bec905
@@ -143,7 +143,7 @@ console.log(res.body);
|
|||||||
|
|
||||||
const client = new Client();
|
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);
|
console.log(res.body);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user