We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7434ac9 commit 0a0de91Copy full SHA for 0a0de91
service/routes.py
@@ -61,6 +61,7 @@ def create_accounts():
61
# LIST ALL ACCOUNTS
62
######################################################################
63
64
+
65
@app.route("/accounts", methods=["GET"])
66
def list_accounts():
67
"""
@@ -94,6 +95,7 @@ def read_account(id):
94
95
# UPDATE AN EXISTING ACCOUNT
96
97
98
99
@app.route("/accounts/<int:account_id>", methods=["PUT"])
100
def update_accounts(account_id):
101
0 commit comments