Skip to content

Commit

Permalink
Merge pull request #2 from vivek-katkar2711/vivek
Browse files Browse the repository at this point in the history
Vivek
  • Loading branch information
vivek-katkar2711 authored Oct 22, 2024
2 parents 5dae40c + 548cb6a commit 3fb9511
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/bank-webhook/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ import express from "express";
import db from "@repo/db/client";
const app = express();






app.use(express.json())

app.post("/hdfcWebhook", async (req, res) => {
Expand Down

0 comments on commit 3fb9511

Please sign in to comment.