feat(api): add get flows endpoint

This commit is contained in:
Ali BARIN
2025-04-25 14:01:42 +00:00
parent 3a745813b1
commit 6013dcc8e0
7 changed files with 509 additions and 6 deletions

View File

@@ -28,10 +28,10 @@ export default defineConfig({
],
thresholds: {
autoUpdate: true,
statements: 99.42,
branches: 98.37,
functions: 99.08,
lines: 99.42,
statements: 99.43,
branches: 98.4,
functions: 99.09,
lines: 99.43,
},
},
},