there is no endpoint in name /Reservations/GetReservations
All checks were successful
Build frontend / build (push) Successful in 41s

This commit is contained in:
mouazkh
2026-04-16 22:13:14 +03:00
parent 39f494aecb
commit 7e9a9d79f2

View File

@ -134,7 +134,7 @@ export async function getAvailableDateRanges(propertyId) {
}
export async function getReservations() {
return apiFetch('/Reservations/GetReservations');
return apiFetch('/Reservations/GetAllReservations');
}
export async function getReservation(id) {