change response file & request get user-profile & change design dashboard page & handle limit page dashboard

This commit is contained in:
Ehsan
2025-05-31 03:35:23 +03:30
parent 0969eca274
commit 80c74361eb
38 changed files with 233 additions and 121 deletions
+1
View File
@@ -29,4 +29,5 @@ export const request = {
},
});
},
getUserProfile: (uuid) => api.get(`/api/v1/user-profile/${uuid}`),
};