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
Showing only changes of commit 65edefa9f8 - Show all commits

View File

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