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

@@ -171,7 +171,7 @@ export const updateUser = async (formData) => {
};
//for super
export const getAllCafeOwner = async (formData) => {
export const getAnalytics = async (formData) => {
const token = getLocalStorage("auth");
if (token) {
try {