Skip to content

Commit

Permalink
Add test ngrok URL for testing BE integration
Browse files Browse the repository at this point in the history
  • Loading branch information
not-a-rootkit authored Jun 14, 2024
1 parent 75a8ec4 commit b9b56cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_phishing_detection_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b9b56cf

Please sign in to comment.