fixed the logic and build the ownerResirvation page
All checks were successful
Build frontend / build (push) Successful in 1m36s
All checks were successful
Build frontend / build (push) Successful in 1m36s
This commit is contained in:
@ -222,6 +222,9 @@ export async function getReservations() {
|
||||
return apiFetch("/Reservations/GetAllReservations");
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
export async function getReservation(id) {
|
||||
return apiFetch(`/Reservations/GetReservation?id=${id}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user