fix : changed post email request #29

Merged
hardik merged 1 commits from feature/email into main 2025-10-16 19:44:20 +05:30
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ export function BookingConfirmation({
const handleConfirm = async () => { const handleConfirm = async () => {
try { try {
const res = await fetch( 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", method: "POST",
headers: { "Content-Type": "application/json" }, headers: { "Content-Type": "application/json" },