mirror of
https://github.com/trufflesecurity/xsshunter
synced 2025-02-17 13:58:26 +00:00
initializing user
This commit is contained in:
parent
76989b38e7
commit
a51b20426c
1 changed files with 4 additions and 1 deletions
5
api.js
5
api.js
|
@ -380,8 +380,11 @@ async function set_up_api_server(app) {
|
||||||
payload.secrets.push(secret);
|
payload.secrets.push(secret);
|
||||||
}
|
}
|
||||||
return_payloads.push(payload);
|
return_payloads.push(payload);
|
||||||
|
console.log("wtf");
|
||||||
|
console.log(JSON.stringify(payload));
|
||||||
}
|
}
|
||||||
|
console.log("WATT")
|
||||||
|
console.log(JSON.stringify(return_payloads));
|
||||||
res.status(200).json({
|
res.status(200).json({
|
||||||
'success': true,
|
'success': true,
|
||||||
'result': {
|
'result': {
|
||||||
|
|
Loading…
Add table
Reference in a new issue