refactor: enhance representation info fetching and pass it to relevant components

This commit is contained in:
hamed
2025-12-02 15:38:42 +03:30
parent e6cb27a714
commit 3ca69dcd0f
5 changed files with 51 additions and 15 deletions
+2
View File
@@ -123,4 +123,6 @@ export const request = {
Authorization: "",
},
}),
getRepresentationInfo: (uuid) =>
api.get(`api/v1/representation/${uuid}`, { requireAuth: true }),
};