Exam generation rework, batch user tables, fastapi endpoint switch
This commit is contained in:
@@ -94,7 +94,7 @@ interface SkillsFeedbackResponse extends SkillsFeedbackRequest {
|
||||
|
||||
const getSkillsFeedback = async (sections: SkillsFeedbackRequest[]) => {
|
||||
const backendRequest = await axios.post(
|
||||
`${process.env.BACKEND_URL}/grading_summary`,
|
||||
`${process.env.BACKEND_URL}/grade/summary`,
|
||||
{ sections },
|
||||
{
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user