Skip to content

Commit 158821d

Browse files
committed
Fix path to download test results csv
1 parent 68806f3 commit 158821d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/pages/quizzes/QuizTeacherFeedback.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ const QuizTeacherFeedbackComponent = ({match: {params: {quizAssignmentId}}}: Qui
324324
<RS.Col sm={12} md={"auto"} className={"text-right mt-2 mt-md-0"}>
325325
<RS.Button
326326
color="primary" outline className="btn-md mt-1 text-nowrap"
327-
href={`${API_PATH}/test/assignment/${assignment.id}/download`}
327+
href={`${API_PATH}/quiz/assignment/${assignment.id}/download`}
328328
onClick={() => dispatch(getQuizAssignmentResultsSummaryCSV(assignment?.id || -1))}
329329
>
330330
Export as CSV

0 commit comments

Comments
 (0)