From 2a1e0061dc9124496d0efea02d3ef8ef68353437 Mon Sep 17 00:00:00 2001 From: Santhoshkumar <117272529+Santhosh-testsigma@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:54:12 +0530 Subject: [PATCH] [WEB-1565] - Tutorials Search bar issue --- scripts/indexr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/indexr.js b/scripts/indexr.js index 087b149..677a637 100644 --- a/scripts/indexr.js +++ b/scripts/indexr.js @@ -92,7 +92,7 @@ async function indexData() { }); console.log(`Collection ${process.env.TYPESENSE_COLLECTION} created successfully.`); - const response = await request('http://localhost:8001/___graphql', pageQuery); + const response = await request('http://127.0.0.1:8001/___graphql', pageQuery); console.log('response', response); const data = await response;