Skip to content

Commit 54cc015

Browse files
authored
Merge pull request #1 from shreyshrey1/patch-1
Update app.py
2 parents f8f80c8 + 9bffa66 commit 54cc015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def get_all_users():
1616
if request.method == 'GET':
1717
return jsonify({'status': 'success', 'data': ['aria', 'tim', 'varun', 'alex']})
1818
else:
19-
return jsonify({"status": "failed")
19+
return jsonify({"status": "failed"})
2020

2121
if __name__ == '__main__':
2222
app.run(debug=True)

0 commit comments

Comments
 (0)