DeutschLernen/german-app-frontend/src
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
..
components/features/story fix(frontend/api): Use relative paths for Docker proxy configuration 2026-06-14 07:29:12 +02:00
lib/api fix(backend/api): Remove [Authorize] from StoryController GET endpoints 2026-06-14 07:41:50 +02:00
pages fix(frontend/story-integration): Fix TypeScript type imports and duplicate dictionary key 2026-06-13 16:25:17 +02:00
types/api feat(frontend/story-integration): Phase 6 - Frontend components for Story feature 2026-06-13 16:06:01 +02:00
App.tsx feat(frontend/story-integration): Phase 6 - Frontend components for Story feature 2026-06-13 16:06:01 +02:00
index.css feat(frontend/story-integration): Phase 6 - Frontend components for Story feature 2026-06-13 16:06:01 +02:00
main.tsx feat(frontend): add minimal React source files for Docker build 2026-06-05 12:37:31 +02:00