Skip to content

Commit 131c263

Browse files
committed
Merge branch 'main' into wheatgrassmc/fixes
2 parents 6608c17 + 1bc3df5 commit 131c263

File tree

2 files changed

+79
-79
lines changed

2 files changed

+79
-79
lines changed

backend/question/docs/question.plantuml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ note right of IQuestionServiceAPI
5454
- POST /{id}/update: Update a specific question by ID
5555
- POST /{id}/delete: Delete a specific question by ID
5656
- POST /count-question: Count non-deleted questions given a list of complexities and categories
57-
- POST /pick-question: Pick a random question given a list of complexities and categories
57+
- POST /pick-question: Pick a random question given a complexity and category
5858
end note
5959

6060
class QuestionService {

0 commit comments

Comments
 (0)