feat(api): add get folders endpoint for users

This commit is contained in:
Ali BARIN
2025-04-24 10:53:27 +00:00
parent ec7e0fdf3d
commit 46570f9388
6 changed files with 103 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ const getFoldersMock = async (folders) => {
currentPage: null,
isArray: true,
totalPages: null,
type: 'Folder',
type: folders.length ? 'Folder' : 'Object',
},
};
};