Skip to content

Commit f00c7d7

Browse files
committed
[REFACTOR] grade_answers response 추가
1 parent cad4c98 commit f00c7d7

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
@@ -157,4 +157,4 @@ async def grade_answers(
157157
))
158158

159159
db.commit()
160-
return
160+
return {"message":"답변 제출 완료"}

0 commit comments

Comments
 (0)