fetch
This commit is contained in:
parent
720a36642c
commit
d899558e12
@ -36,7 +36,7 @@ export default function HistoryPage() {
|
|||||||
const fetchHistory = async (token: string) => {
|
const fetchHistory = async (token: string) => {
|
||||||
try {
|
try {
|
||||||
// PERBAIKAN: Ubah /api/bookings menjadi /api/my-bookings
|
// PERBAIKAN: Ubah /api/bookings menjadi /api/my-bookings
|
||||||
const response = await axios.get("http://172.17.172.17:8080/api/bookings/history", {
|
const response = await axios.get("http://172.17.172.17:8080/api/my-bookings", {
|
||||||
headers: { Authorization: `Bearer ${token}` },
|
headers: { Authorization: `Bearer ${token}` },
|
||||||
});
|
});
|
||||||
setBookings(response.data.data || []);
|
setBookings(response.data.data || []);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user