Files
AI_OJ/aioj-backend-question-service
meowrain c06cfc10ee refactor: use DTOs in QuestionController API responses
- Change getQuestion endpoint to return QuestionResponseDTO instead of Question entity
- Change listQuestions endpoint to return Page<QuestionResponseDTO> instead of Page<Question>
- Simplify createQuestion endpoint by using createQuestionWithChain method directly
- Add chain-related DTOs for question processing pipeline

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-26 21:58:06 +08:00
..
2026-01-21 22:47:36 +08:00