change base url variable to BANK_CALL_BASE_URL
This commit was merged in pull request #5.
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user