ok banget

This commit is contained in:
zadit
2024-11-21 17:26:05 +07:00
parent 9c700c4729
commit 89b12737b7
11 changed files with 1345 additions and 513 deletions

View File

@@ -392,7 +392,7 @@ export const getFavourite = async (cafeId) => {
export const getReports = async (cafeId, filter) => {
const response = await fetch(
API_BASE_URL + "/transaction/reports/" + cafeId + "?type=" + filter,
API_BASE_URL + "/transaction/get-reports/" + cafeId + "?type=" + filter,
{
method: "POST",
headers: {