Skip to content

Commit dd6a921

Browse files
committed
Update
Signed-off-by: Michael Yuan <michael@secondstate.io>
1 parent 98b9923 commit dd6a921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/add_news.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
console.log(JSON.stringify(form_json));
9191

9292
saved = false;
93-
fetch('https://pastor-insights-service.gaianet.ai/webhook/2iMg3xL5cGDgVoDjoNjE/save_message', {
93+
fetch('https://pastor-insights-service.gaianet.ai/webhook/2iMg3xL5cGDgVoDjoNjE/save_message/' + form_json['passcode'], {
9494
method: 'POST',
9595
credentials: "include",
9696
headers: {

0 commit comments

Comments
 (0)