mirror of
https://git.coolaj86.com/coolaj86/telebit.js.git
synced 2025-04-21 19:40:37 +00:00
ws
This commit is contained in:
parent
c79e57a335
commit
6f88490abe
@ -30,4 +30,8 @@ urequest(req, function (err, resp, body) {
|
|||||||
console.log('Location:', resp.headers.location);
|
console.log('Location:', resp.headers.location);
|
||||||
console.log('Body:');
|
console.log('Body:');
|
||||||
console.log(body);
|
console.log(body);
|
||||||
|
/*
|
||||||
|
{ jwt: '...'
|
||||||
|
}
|
||||||
|
*/
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user