Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alwin24 committed Jul 25, 2024
1 parent ad6930c commit aaf0170
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ app.use(express.json());

app.post("/webhook", async (req: any, res: any) => {
const data = req.body;
console.log("----------------------------------------------------------");
console.log(data);
console.log("----------------------------------------------------------");
callback(data[0]);
});

Expand Down

0 comments on commit aaf0170

Please sign in to comment.