fix : changed post email request
This commit is contained in:
parent
863637c54d
commit
65edefa9f8
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Reference in New Issue