Skip to content

Commit 49e35ae

Browse files
replace 127.0.0.1 with localhost
1 parent baed4b9 commit 49e35ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.code-samples.meilisearch.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ getting_started_configure_settings: |-
622622
}'
623623
getting_started_communicating_with_a_protected_instance: |-
624624
curl \
625-
-X POST 'http://127.0.0.1:7700/indexes/movies/search' \
625+
-X POST 'http://localhost:7700/indexes/movies/search' \
626626
-H 'Authorization: Bearer API_KEY'
627627
faceted_search_update_settings_1: |-
628628
curl \
@@ -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)