diff --git a/scripts/send_to_auth.sh b/scripts/send_to_auth.sh index ae305c4..4b6ca28 100644 --- a/scripts/send_to_auth.sh +++ b/scripts/send_to_auth.sh @@ -2,7 +2,7 @@ for i in $(seq 1 100); do - curl --location --request POST 'http://127.0.0.1:9994/api/v1/registration' \ + curl --location --request POST 'http://{address_of_ingress}/api/v1/registration' \ --header 'x-device: android' \ --header 'x-checksum: b25seWZvcm9iaXVzZXJzhY0e357DGJYW5kcm9pZA==' \ --header '1673858714;' \