Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Yuan <michael@secondstate.io>
  • Loading branch information
juntao committed Dec 18, 2024
1 parent 98b9923 commit dd6a921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/add_news.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
console.log(JSON.stringify(form_json));

saved = false;
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'], {
method: 'POST',
credentials: "include",
headers: {
Expand Down

0 comments on commit dd6a921

Please sign in to comment.