Skip to content

Commit

Permalink
Get method
Browse files Browse the repository at this point in the history
  • Loading branch information
wreckage0907 committed Feb 19, 2024
1 parent 282b8d2 commit 1e13d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/flask/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def get_data_from_firestore():
give_list.extend(data['give'])

result = {"need": need_list, "give": give_list}
return result, 200
return jsonify(result), 200



Expand Down

0 comments on commit 1e13d55

Please sign in to comment.