Skip to content

Commit 2a1e006

Browse files
[WEB-1565] - Tutorials Search bar issue
1 parent 6e98e5c commit 2a1e006

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/indexr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ async function indexData() {
9292
});
9393
console.log(`Collection ${process.env.TYPESENSE_COLLECTION} created successfully.`);
9494

95-
const response = await request('http://localhost:8001/___graphql', pageQuery);
95+
const response = await request('http://127.0.0.1:8001/___graphql', pageQuery);
9696
console.log('response', response);
9797
const data = await response;
9898

0 commit comments

Comments
 (0)