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

@@ -28,11 +28,11 @@ export default defineConfig({
],
thresholds: {
autoUpdate: true,
statements: 99.38,
branches: 98.25,
functions: 99.02,
lines: 99.38,
statements: 99.39,
branches: 98.28,
functions: 99.03,
lines: 99.39,
},
},
},
});
});