diff --git a/lambda_function/config.py b/lambda_function/config.py index 5120dba..25ca753 100644 --- a/lambda_function/config.py +++ b/lambda_function/config.py @@ -116,7 +116,7 @@ def __init__(self, REQUEST_ORIGIN: str, REQUEST_PATH: str, ID: str = None): "environment": [{"name": "ID", "value": ID}], }, "HEALTHCHECK_PORT": 443, - "HEALTHCHECK_ROUTE": f"/{ID}/geode/healthcheck", + "HEALTHCHECK_ROUTE": f"/{ID}/geode/vease_back/healthcheck", "LISTENER_ARN": "arn:aws:elasticloadbalancing:eu-west-3:622060531233:listener/app/ApiGeodeSolutions/4a4814e5912d42aa/70716e78eabafa1f", "PING_ROUTE": f"/{ID}/opengeodeweb_back/ping", "ORIGINS": "https://vease.geode-solutions.com", @@ -135,7 +135,7 @@ def __init__(self, REQUEST_ORIGIN: str, REQUEST_PATH: str, ID: str = None): "environment": [{"name": "ID", "value": ID}], }, "HEALTHCHECK_PORT": 443, - "HEALTHCHECK_ROUTE": f"/{ID}/geode/healthcheck", + "HEALTHCHECK_ROUTE": f"/{ID}/geode/vease_back/healthcheck", "LISTENER_ARN": "arn:aws:elasticloadbalancing:eu-west-3:622060531233:listener/app/ApiGeodeSolutions/4a4814e5912d42aa/70716e78eabafa1f", "PING_ROUTE": f"/{ID}/opengeodeweb_back/ping", "ORIGINS": "https://next.vease.geode-solutions.com", @@ -154,7 +154,7 @@ def __init__(self, REQUEST_ORIGIN: str, REQUEST_PATH: str, ID: str = None): "environment": [{"name": "ID", "value": ID}], }, "HEALTHCHECK_PORT": 443, - "HEALTHCHECK_ROUTE": f"/{ID}/geode/healthcheck", + "HEALTHCHECK_ROUTE": f"/{ID}/geode/vease_back/healthcheck", "LISTENER_ARN": "arn:aws:elasticloadbalancing:eu-west-3:622060531233:listener/app/ApiGeodeSolutions/4a4814e5912d42aa/70716e78eabafa1f", "ORIGINS": "TO_COMPLETE", "PING_ROUTE": f"/{ID}/geode/opengeodeweb_back/ping",