Skip to content

Commit

Permalink
change webhookURL
Browse files Browse the repository at this point in the history
  • Loading branch information
KevanRastello authored Oct 14, 2024
1 parent ed7771f commit 6c2d100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

// Function to handle incoming webhook actions
async function handleWebhook() {
const webhookURL = 'https://hook.eu2.make.com/kqxq2k6ym7x88wn7rt9mz53ful77dynj'; // Your Make webhook URL
const webhookURL = 'https://hook.eu2.make.com/yocsj95ldw2r98ivonl7hupm32w7411q'; // Your Make webhook URL
try {
const response = await fetch(webhookURL);
const data = await response.json();
Expand Down

0 comments on commit 6c2d100

Please sign in to comment.