From b9b56cfd22ec789a901e58ff87e11bfc9e0f9c82 Mon Sep 17 00:00:00 2001 From: Thom Espach Date: Fri, 14 Jun 2024 16:40:44 +0100 Subject: [PATCH] Add test ngrok URL for testing BE integration --- scripts/update_phishing_detection_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_phishing_detection_data.sh b/scripts/update_phishing_detection_data.sh index e3c44810de..f905f9215f 100644 --- a/scripts/update_phishing_detection_data.sh +++ b/scripts/update_phishing_detection_data.sh @@ -3,7 +3,7 @@ # ## The following URLs shall match the one in the client. ## Danger checks that the URLs match on every PR. If the code changes, the regex that Danger uses may need an update. -API_URL="http://localhost:3000" +API_URL="https://hugely-divine-toucan.ngrok-free.app" API_STAGING_URL="https://tbd.unknown.duckduckgo.com" temp_filename="phishing_data_new_file"