Skip to content

Commit

Permalink
Done changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sampath24-ss committed Sep 20, 2024
1 parent 65bbb1f commit 49089e2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions apps/bank-webhook/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ const app = express();

app.use(express.json())












app.post("/hdfcWebhook", async (req, res) => {
//TODO: Add zod validation here?
//TODO: HDFC bank should ideally send us a secret so we know this is sent by them
Expand Down

0 comments on commit 49089e2

Please sign in to comment.