done with loan offers
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user