diff --git a/src/components/Submit.tsx b/src/components/Submit.tsx index 55a7468..84bf6be 100644 --- a/src/components/Submit.tsx +++ b/src/components/Submit.tsx @@ -99,6 +99,13 @@ const Submit: FC = () => { } }); }); + // 채점 종료 진행상황 반영 + api.client + .get("steps/assignments/"+assignment_id+"/professor/"+user_id) + .then((response)=>{ + console.log(response.data) + }) + }; return (