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.
1 parent 98b9923 commit dd6a921Copy full SHA for dd6a921
test/add_news.html
@@ -90,7 +90,7 @@
90
console.log(JSON.stringify(form_json));
91
92
saved = false;
93
- fetch('https://pastor-insights-service.gaianet.ai/webhook/2iMg3xL5cGDgVoDjoNjE/save_message', {
+ fetch('https://pastor-insights-service.gaianet.ai/webhook/2iMg3xL5cGDgVoDjoNjE/save_message/' + form_json['passcode'], {
94
method: 'POST',
95
credentials: "include",
96
headers: {
0 commit comments