Skip to content

Commit cad4c98

Browse files
committed
[REFACTOR] grade_answer 도메인 변경
1 parent aa524b8 commit cad4c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/routes/answer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async def get_answer_scores_api(user_id: int, question_id: int, db: Session = De
3030

3131
return answer_scores
3232

33-
@router.post("/{user_id}/{question_id}")
33+
@router.post("grade/{user_id}/{question_id}")
3434
async def grade_answers(
3535
user_id: int, question_id: int,
3636
answer_data: AnswerSubmit, tokenizer = Depends(get_tokenizer), model = Depends(get_model),

0 commit comments

Comments
 (0)