mirror of
https://github.com/trufflesecurity/xsshunter
synced 2024-11-10 06:44:13 +00:00
fixing delete issue (#20)
Co-authored-by: counter <counter@counters-MacBook-Air.local>
This commit is contained in:
parent
86d334e261
commit
d5eb6ba648
1 changed files with 1 additions and 0 deletions
1
api.js
1
api.js
|
@ -468,6 +468,7 @@ async function set_up_api_server(app) {
|
|||
"CORS": payload.CORS,
|
||||
"gitExposed": payload.gitExposed,
|
||||
"createdAt": payload.createdAt,
|
||||
"id": payload.id,
|
||||
"updatedAt": payload.updatedAt,
|
||||
"secrets": payload_secrets
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue