Skip to content

Commit bd3c393

Browse files
authored
Update index.js
1 parent 87f51e9 commit bd3c393

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/webhooks-nodejs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const app = express();
88
app.use(express.json());
99

1010
// Global variable to store the x-hook-secret
11-
// Read more about the webhook "handshake" here: https://developers.asana.com/docs/webhooks
11+
// Read more about the webhook "handshake" here: https://developers.asana.com/docs/webhooks-guide#the-webhook-handshake
1212
let secret = "";
1313

1414
// Local endpoint for receiving events

0 commit comments

Comments
 (0)