fix ident
This commit is contained in:
+1
-1
@@ -540,7 +540,7 @@ def pending_loans():
|
|||||||
|
|
||||||
@app.route('/loan/repay', methods=["POST"])
|
@app.route('/loan/repay', methods=["POST"])
|
||||||
def repay_loans():
|
def repay_loans():
|
||||||
try:
|
try:
|
||||||
data = request.json
|
data = request.json
|
||||||
if not data:
|
if not data:
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user