Merge pull request 'fix : changed post email request' (#29) from feature/email into main
continuous-integration/drone/push Build is passing Details

Reviewed-on: #29
This commit is contained in:
hardik 2025-10-16 19:44:19 +05:30
commit 4ca38ff507
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" },