done with loan offers

This commit is contained in:
lennyaiko
2025-03-27 11:41:10 +01:00
parent a0fa8d30ab
commit 7fc5474f98
9 changed files with 86 additions and 7 deletions
-2
View File
@@ -10,8 +10,6 @@ def eligibility_check():
data = request.json
api_url = f"{current_app.config['API_BASE_URL']}/EligibilityCheck"
print(api_url)
# response = requests.post(api_url, json=data, headers=get_headers())
# return jsonify(response.json()), response.status_code
response = {