We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e98e5c commit 2a1e006Copy full SHA for 2a1e006
1 file changed
scripts/indexr.js
@@ -92,7 +92,7 @@ async function indexData() {
92
});
93
console.log(`Collection ${process.env.TYPESENSE_COLLECTION} created successfully.`);
94
95
- const response = await request('http://localhost:8001/___graphql', pageQuery);
+ const response = await request('http://127.0.0.1:8001/___graphql', pageQuery);
96
console.log('response', response);
97
const data = await response;
98
0 commit comments