Skip to content

Commit a2d47e0

Browse files
Merge #1720
1720: replace `127.0.0.1` with `localhost` r=maryamsulemani97 a=maryamsulemani97 Co-authored-by: Maryam Sulemani <[email protected]>
2 parents 3408a02 + 49e35ae commit a2d47e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.code-samples.meilisearch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -897,11 +897,11 @@ settings_guide_typo_tolerance_1: |-
897897
}'
898898
updating_guide_check_version_new_authorization_header: |-
899899
curl \
900-
-X GET 'http://127.0.0.1:7700/version' \
900+
-X GET 'http://localhost:7700/version' \
901901
-H 'Authorization: Bearer API_KEY'
902902
updating_guide_check_version_old_authorization_header: |-
903903
curl \
904-
-X GET 'http://127.0.0.1:7700/version' \
904+
-X GET 'http://localhost:7700/version' \
905905
-H 'X-Meili-API-Key: API_KEY'
906906
updating_guide_get_displayed_attributes_new: |-
907907
# whenever you see {index_uid}, replace it with your index's unique id

0 commit comments

Comments
 (0)