We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8f80c8 + 9bffa66 commit 54cc015Copy full SHA for 54cc015
app.py
@@ -16,7 +16,7 @@ def get_all_users():
16
if request.method == 'GET':
17
return jsonify({'status': 'success', 'data': ['aria', 'tim', 'varun', 'alex']})
18
else:
19
- return jsonify({"status": "failed")
+ return jsonify({"status": "failed"})
20
21
if __name__ == '__main__':
22
app.run(debug=True)
0 commit comments