Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
vikibrezinova committed Nov 11, 2023
1 parent 1c1688a commit 985395a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export const ProblemAdministration: FC = () => {
<div className={styles.centerCell}>
{solution.solution ? (
<a
href={`/api/competition/solution/${solution.id}/download-corrected`}
href={`/api/competition/solution/${solution.id}/file-solution`}
target="_blank"
rel="noreferrer"
className={styles.icon}
Expand All @@ -179,7 +179,7 @@ export const ProblemAdministration: FC = () => {
<div className={styles.centerCell}>
{solution.corrected_solution ? (
<a
href={`/api/competition/solution/${solution.id}/download-corrected`}
href={`/api/competition/solution/${solution.id}/file-corrected`}
target="_blank"
rel="noreferrer"
className={styles.icon}
Expand Down

0 comments on commit 985395a

Please sign in to comment.