change base url variable to BANK_CALL_BASE_URL
This commit was merged in pull request #5.
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ from app.utils.auth import get_headers
|
||||
|
||||
loan_bp = Blueprint("loan", __name__)
|
||||
|
||||
BASE_URL = settings.SIMBRELLA_BASE_URL
|
||||
BASE_URL = settings.BANK_CALL_BASE_URL
|
||||
|
||||
|
||||
@loan_bp.route("/select-offer", methods=["POST"])
|
||||
|
||||
Reference in New Issue
Block a user