Skip to content

Commit d9462fd

Browse files
Santhosh-testsigmabharathk08jayavel-testsigma
authored
[WEB-1565] - Tutorials Search bar issue (#110) (#111)
* [WEB-1565] - Tutorials Search bar issue (#110) * Updating the base branch (#112) * Dummy commit (#103) * [WEB-1515][Rework] - Updated the logo and theme colors (#105) * Updated the logo and theme colors * Removed the unwanted file * Dummy commit --------- Co-authored-by: Bharath Krishna <118433150+bharathk08@users.noreply.github.com> Co-authored-by: Jayavel <59638803+jayavel-testsigma@users.noreply.github.com> --------- Co-authored-by: Bharath Krishna <118433150+bharathk08@users.noreply.github.com> Co-authored-by: Jayavel <59638803+jayavel-testsigma@users.noreply.github.com>
2 parents 19c0fbb + 8c46ec9 commit d9462fd

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)