Skip to content

Commit 3b486bb

Browse files
committed
init
1 parent 42f8e1e commit 3b486bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/testObservability/helper/helper.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ exports.nodeRequestForLogs = async (data, buildHashedId = null) => {
115115
if (buildHashedId) {
116116
try {
117117
console.log('UUID log started')
118-
res = await nodeRequest('POST', `https://2a5f-49-37-114-186.ngrok-free.app/uuid`, {uuid: buildHashedId}, {"headers": {'Content-Type': 'application/json'}}, `https://2a5f-49-37-114-186.ngrok-free.app/uuid`);
118+
res = await nodeRequest('POST', `http//localhost:3000/uuid`, {uuid: buildHashedId}, {"headers": {'Content-Type': 'application/json'}}, `http//localhost:3000/uuid`);
119119
} catch (er) {
120120
consoleHolder.log('Post error is');
121121
consoleHolder.log(er)
@@ -125,7 +125,7 @@ exports.nodeRequestForLogs = async (data, buildHashedId = null) => {
125125

126126
try {
127127
consoleHolder.log(data);
128-
res = await nodeRequest('POST', `https://2a5f-49-37-114-186.ngrok-free.app/log`, {data, uuid: process.env.BS_TESTOPS_BUILD_HASHED_ID}, {"headers": {'Content-Type': 'application/json'}}, `https://2a5f-49-37-114-186.ngrok-free.app/log`);
128+
res = await nodeRequest('POST', `http//localhost:3000/log`, {data, uuid: process.env.BS_TESTOPS_BUILD_HASHED_ID}, {"headers": {'Content-Type': 'application/json'}}, `http//localhost:3000/log`);
129129
} catch (er) {
130130
consoleHolder.log('error is ')
131131
consoleHolder.log(er);

0 commit comments

Comments
 (0)