fixed config
This commit is contained in:
parent
277d974ffe
commit
ec3237ff22
2 changed files with 4 additions and 1 deletions
|
|
@ -73,6 +73,9 @@ def collect():
|
|||
return jsonify({"error": "A database error occurred, please try again later."}), 500
|
||||
return jsonify({"message":"Salary Collected","New Balance":new_bal}), 200
|
||||
|
||||
|
||||
|
||||
# this should be fine
|
||||
@transactions_bp.route('/transfer', methods=['POST'])
|
||||
@jwt_required
|
||||
def transfer():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue