fix: match backend typos GetOwnerResevationRequests (missing r)
All checks were successful
Build frontend / build (push) Successful in 42s
All checks were successful
Build frontend / build (push) Successful in 42s
This commit is contained in:
@ -259,7 +259,7 @@ export default function OwnerReservationRequestsPage() {
|
||||
const loadReservations = async () => {
|
||||
try {
|
||||
const token = AuthService.getToken();
|
||||
const res = await fetch(`${API_BASE}/Reservations/GetOwnerReservationRequests`, {
|
||||
const res = await fetch(`${API_BASE}/Reservations/GetOwnerResevationRequests`, {
|
||||
headers: { Authorization: `Bearer ${token}` },
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user