We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e429f9 + 627eb84 commit d716607Copy full SHA for d716607
src/client/components/composer/WebhoContainer.jsx
@@ -116,7 +116,7 @@ const WebhookContainer = ({
116
117
// turn on ngrok connection/URL
118
// request server.js to generate and return a webhook URL
119
- fetch('/webhookServer', {
+ fetch('http://localhost:3000/webhookServer', {
120
method: 'POST',
121
headers: {
122
'Content-Type': 'application/json',
@@ -135,7 +135,7 @@ const WebhookContainer = ({
135
} else if (serverStatus) {
136
// request server to kill webhook url instance
137
updateServerStatus(false);
138
139
method: 'DELETE',
140
141
0 commit comments