We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6213140 + 3657f54 commit eca5a46Copy full SHA for eca5a46
apps/bank-webhook/src/index.ts
@@ -2,7 +2,7 @@ import express from "express";
2
import db from "@repo/db/client";
3
const app = express();
4
5
-app.use(express.json())
+app.use(express.json()) // commnet
6
7
app.post("/hdfcWebhook", async (req, res) => {
8
//TODO: Add zod validation here?
0 commit comments