Skip to content

Commit c5c6e27

Browse files
bors[bot]meili-botbidoubiwa
authored
Merge #310
310: Replace IP address by localhost in code samples r=bidoubiwa a=meili-bot _This PR is auto-generated._ Update the code-samples.meilisearch.yml according to the [integration-guides issue](meilisearch/integration-guides#209) for more information and the complete description about what should be done here check that issue. Co-authored-by: meili-bot <[email protected]> Co-authored-by: Charlotte Vermandel <[email protected]>
2 parents 7c7f081 + 9df8492 commit c5c6e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.code-samples.meilisearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ tenant_token_guide_generate_sdk_1: |-
875875
876876
let token = client.generate_tenant_token(api_key_uid, search_rules, api_key, expires_at).unwrap();
877877
tenant_token_guide_search_sdk_1: |-
878-
let front_end_client = Client::new("http://127.0.0.1:7700", token);
878+
let front_end_client = Client::new("http://localhost:7700", token);
879879
let results: SearchResults<Patient> = front_end_client.index("patient_medical_records")
880880
.search()
881881
.with_query("blood test")

0 commit comments

Comments
 (0)