From 65edefa9f821a73d8e3c1b2496bbf0229c466943 Mon Sep 17 00:00:00 2001 From: hardik Date: Thu, 16 Oct 2025 14:13:04 +0000 Subject: [PATCH] fix : changed post email request --- src/components/BookingConfirmation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BookingConfirmation.tsx b/src/components/BookingConfirmation.tsx index e6cd2879..14bbc8b6 100644 --- a/src/components/BookingConfirmation.tsx +++ b/src/components/BookingConfirmation.tsx @@ -44,7 +44,7 @@ export function BookingConfirmation({ const handleConfirm = async () => { try { const res = await fetch( - "https://sangwari-backend-6fperqp5u-sangwari-taxis-projects.vercel.app/api/sendBookingEmail", + "https://sangwari-backend-q52lvkbk2-sangwari-taxis-projects.vercel.app/api/sendBookingEmail", { method: "POST", headers: { "Content-Type": "application/json" },