Skip to content

Commit

Permalink
check-CI-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Utkarsh-Anandani committed Jan 18, 2025
1 parent 4290993 commit f74c5a7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/bank-webhook/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ 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 f74c5a7

Please sign in to comment.