From 2c2d21f20095ffb5d278f1239ee4bb66d5b7d5f9 Mon Sep 17 00:00:00 2001 From: "AARETE\\agupta" Date: Tue, 18 Jun 2024 23:14:16 -0500 Subject: [PATCH] Revert Pipeline URL --- streamlit/multipage/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamlit/multipage/constants.py b/streamlit/multipage/constants.py index e404b9a..0603dec 100644 --- a/streamlit/multipage/constants.py +++ b/streamlit/multipage/constants.py @@ -203,7 +203,7 @@ USER_LIST = ['maamseek@aarete.com', 'smahdavian@aarete.com', 'ahinge@aarete.com' # DOCZY DEV -DOCZY_PIPELINE_URL_DEV = 'https://4lzhid1s0h.execute-api.us-east-2.amazonaws.com/dev/trigger-pipeline' +DOCZY_PIPELINE_URL_DEV = 'https://8ir4vi1ri4.execute-api.us-east-2.amazonaws.com/dev/' DOCZY_REDIRECT_URL_DEV = 'https://doczydev.aarete.com:850' DOCZY_CREATE_BATCH_URL_DEV = 'https://lfksus2t62.execute-api.us-east-2.amazonaws.com/dev/create-batch'