fix prod path

This commit is contained in:
desmond-hui 2024-09-12 08:54:46 -07:00
parent 551eb50395
commit ee2834524e

View File

@ -5,7 +5,7 @@
{% if target.database == 'ECLIPSE' -%}
api_integration = AWS_ECLIPSE_API_PROD
AS
'https://8zxk0vgb25.execute-api.us-east-1.amazonaws.com/stg/udf_bulk_rest_api' /* TODO: update when prod is deployed */
'https://8zxk0vgb25.execute-api.us-east-1.amazonaws.com/prod/udf_bulk_rest_api' /* TODO: update when prod is deployed */
{% else %}
api_integration = AWS_ECLIPSE_API_STG_V2
AS