Skip to content

Commit 881e030

Browse files
update index.rb
1 parent 9da0464 commit 881e030

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

api/index.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ def send_response(response, status, payload)
3333
# pdb.write(record, request.json)
3434
next send_response(response, true, {
3535
token: pdb.token,
36-
list: pdb.records
36+
list: pdb.records,
37+
request: request.json
3738
})
3839
rescue Exception => e
3940
next send_response(response, false, {

0 commit comments

Comments
 (0)