Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/auth/commit/41f9e8f2ba1132172eff2660ddf4409af9a57fa3?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.
slaventius 2 years ago
parent fa5e2f1eb4
commit 41f9e8f2ba
  1. 2
      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;' \

Loading…
Cancel
Save