Skip to content

Commit 84e5417

Browse files
update index.rb
1 parent 881e030 commit 84e5417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/index.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def send_response(response, status, payload)
3434
next send_response(response, true, {
3535
token: pdb.token,
3636
list: pdb.records,
37-
request: request.json
37+
data: request.text
3838
})
3939
rescue Exception => e
4040
next send_response(response, false, {

0 commit comments

Comments
 (0)