From 41f9e8f2ba1132172eff2660ddf4409af9a57fa3 Mon Sep 17 00:00:00 2001 From: slaventius Date: Wed, 15 Feb 2023 16:25:37 +0300 Subject: [PATCH] * --- scripts/send_to_auth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;' \