EXPORT-1: GET /export - Zip mit export.json (volle Treue) + deutschen Excel-CSVs (Semikolon, BOM, TT.MM.JJJJ) + LIESMICH; 9 Tests (Escaping + API-Round-Trip)

This commit is contained in:
2026-06-06 07:50:42 +02:00
parent 78da534c7c
commit f86a044143
5 changed files with 398 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ app.MapInbreedingEndpoints();
app.MapPhotoEndpoints();
app.MapContractEndpoints();
app.MapSettingsEndpoints();
app.MapExportEndpoints();
app.Run();