mirror of
https://github.com/trufflesecurity/xsshunter
synced 2024-11-24 05:13:04 +00:00
initializing user
This commit is contained in:
parent
9acf1fd214
commit
5f19b31002
1 changed files with 1 additions and 1 deletions
2
api.js
2
api.js
|
@ -544,7 +544,7 @@ async function set_up_api_server(app) {
|
|||
|
||||
res.status(200).json({
|
||||
'success': true,
|
||||
returnObj
|
||||
'result': returnObj
|
||||
}).end();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue