Skip to content

Commit

Permalink
test 120.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hlshen committed Oct 7, 2024
1 parent ad7820b commit 48c3016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataconnect/webhook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export async function sendVSCodeMessage(body: WebhookBody) {
const jsonBody = JSON.stringify(body);

try {
return await fetch(`http://localhost:${port}/vscode/notify`, {
return await fetch(`http://120.0.0.1:${port}/vscode/notify`, {
method: "POST",
headers: {
Accept: "application/json",
Expand Down

0 comments on commit 48c3016

Please sign in to comment.