DeutschLernen/GermanApp/Presentation/Controllers
Lasse Rune Hansen 82df791907 fix(backend/api): Return empty array instead of 404 when no story segments exist
- GetSegmentsByLevelAsync now returns Ok([]) instead of NotFound() when no segments exist
- Prevents frontend from throwing errors when database has no story segments
- More RESTful: 200 with empty array vs 404 for non-existence

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-14 09:19:11 +02:00
..
AuthController.cs feat(backend): complete unit tests for User Authentication feature 2026-06-05 17:07:15 +02:00
LessonsController.cs feat(backend/validation): add FluentValidation for DTOs and update controllers 2026-06-09 17:35:14 +02:00
LevelsController.cs feat(backend/validation): add FluentValidation for DTOs and update controllers 2026-06-09 17:35:14 +02:00
MistralController.cs feat(backend/ai-services): Complete AI Services Phase 0-4 implementation 2026-06-13 10:09:19 +02:00
QuizQuestionsController.cs feat(backend): Complete Quiz System implementation 2026-06-13 07:41:46 +02:00
QuizzesController.cs feat(backend): Complete Quiz System implementation 2026-06-13 07:41:46 +02:00
SpeechController.cs feat(backend/ai-services): Complete AI Services Phase 0-4 implementation 2026-06-13 10:09:19 +02:00
StoryController.cs fix(backend/api): Return empty array instead of 404 when no story segments exist 2026-06-14 09:19:11 +02:00
TtsController.cs feat(backend/ai-services): Complete AI Services Phase 0-4 implementation 2026-06-13 10:09:19 +02:00