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" },