- 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> |
||
|---|---|---|
| .. | ||
| AuthController.cs | ||
| LessonsController.cs | ||
| LevelsController.cs | ||
| MistralController.cs | ||
| QuizQuestionsController.cs | ||
| QuizzesController.cs | ||
| SpeechController.cs | ||
| StoryController.cs | ||
| TtsController.cs | ||