@@ -116,7 +116,7 @@ def __init__(self, REQUEST_ORIGIN: str, REQUEST_PATH: str, ID: str = None):
116116 "environment" : [{"name" : "ID" , "value" : ID }],
117117 },
118118 "HEALTHCHECK_PORT" : 443 ,
119- "HEALTHCHECK_ROUTE" : f"/{ ID } /geode/healthcheck" ,
119+ "HEALTHCHECK_ROUTE" : f"/{ ID } /geode/vease_back/ healthcheck" ,
120120 "LISTENER_ARN" : "arn:aws:elasticloadbalancing:eu-west-3:622060531233:listener/app/ApiGeodeSolutions/4a4814e5912d42aa/70716e78eabafa1f" ,
121121 "PING_ROUTE" : f"/{ ID } /opengeodeweb_back/ping" ,
122122 "ORIGINS" : "https://vease.geode-solutions.com" ,
@@ -135,7 +135,7 @@ def __init__(self, REQUEST_ORIGIN: str, REQUEST_PATH: str, ID: str = None):
135135 "environment" : [{"name" : "ID" , "value" : ID }],
136136 },
137137 "HEALTHCHECK_PORT" : 443 ,
138- "HEALTHCHECK_ROUTE" : f"/{ ID } /geode/healthcheck" ,
138+ "HEALTHCHECK_ROUTE" : f"/{ ID } /geode/vease_back/ healthcheck" ,
139139 "LISTENER_ARN" : "arn:aws:elasticloadbalancing:eu-west-3:622060531233:listener/app/ApiGeodeSolutions/4a4814e5912d42aa/70716e78eabafa1f" ,
140140 "PING_ROUTE" : f"/{ ID } /opengeodeweb_back/ping" ,
141141 "ORIGINS" : "https://next.vease.geode-solutions.com" ,
@@ -154,7 +154,7 @@ def __init__(self, REQUEST_ORIGIN: str, REQUEST_PATH: str, ID: str = None):
154154 "environment" : [{"name" : "ID" , "value" : ID }],
155155 },
156156 "HEALTHCHECK_PORT" : 443 ,
157- "HEALTHCHECK_ROUTE" : f"/{ ID } /geode/healthcheck" ,
157+ "HEALTHCHECK_ROUTE" : f"/{ ID } /geode/vease_back/ healthcheck" ,
158158 "LISTENER_ARN" : "arn:aws:elasticloadbalancing:eu-west-3:622060531233:listener/app/ApiGeodeSolutions/4a4814e5912d42aa/70716e78eabafa1f" ,
159159 "ORIGINS" : "TO_COMPLETE" ,
160160 "PING_ROUTE" : f"/{ ID } /geode/opengeodeweb_back/ping" ,
0 commit comments