change base url variable to BANK_CALL_BASE_URL

This commit was merged in pull request #5.
This commit is contained in:
lennyaiko
2025-04-10 17:36:59 +01:00
parent 16fcd4f4cd
commit 4713cd7454
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ from app.config import settings
auth_bp = Blueprint("auth", __name__)
AUTH_BASE_URL = settings.SIMBRELLA_AUTH_BASE_URL
BASE_URL = settings.SIMBRELLA_BASE_URL
AUTH_BASE_URL = settings.BANK_CALL_AUTH_BASE_URL
BASE_URL = settings.BANK_CALL_BASE_URL
@auth_bp.route("/health", methods=["GET"])