fixing delete issue (#20)

Co-authored-by: counter <counter@counters-MacBook-Air.local>
This commit is contained in:
Dustin Decker 2023-01-29 13:37:41 -08:00 committed by GitHub
parent 86d334e261
commit d5eb6ba648
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
api.js
View file

@ -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
}