DeutschLernen/GermanApp/Presentation/Controllers
Lasse Rune Hansen de85cdec7c fix(backend/api): Remove [Authorize] from StoryController GET endpoints
- Removed class-level [Authorize] from StoryController
- Admin endpoints already have [Authorize(Roles = "Admin")]
- GET endpoints are now publicly accessible for development/testing
- Updated frontend API client to handle unauthenticated requests

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-14 07:41:50 +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): Remove [Authorize] from StoryController GET endpoints 2026-06-14 07:41:50 +02:00
TtsController.cs feat(backend/ai-services): Complete AI Services Phase 0-4 implementation 2026-06-13 10:09:19 +02:00