From 00c8d3e4c37226f3bf0a2c82fe7b8140c0a39155 Mon Sep 17 00:00:00 2001 From: Darpan Lalwani Date: Fri, 20 Sep 2024 14:13:05 +0530 Subject: [PATCH] correcting URL --- setup-env/config/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-env/config/constants.js b/setup-env/config/constants.js index 927b285..e257f2b 100644 --- a/setup-env/config/constants.js +++ b/setup-env/config/constants.js @@ -17,6 +17,6 @@ module.exports = { BROWSERSTACK_TEMPLATE: { // DETAILS_API_URL: 'https://integrate.browserstack.com/api/ci-tools/v1/builds/{runId}/rebuild/details?tool=github-actions&as_bot=true', - DETAILS_API_URL: 'https://https://8c12-2405-201-6806-d09b-4d8a-335-3b92-fcbe.ngrok-free.app/api/ci-tools/v1/builds/{runId}/rebuild/details?tool=github-actions&as_bot=true', + DETAILS_API_URL: 'https://8c12-2405-201-6806-d09b-4d8a-335-3b92-fcbe.ngrok-free.app/api/ci-tools/v1/builds/{runId}/rebuild/details?tool=github-actions&as_bot=true', }, };