Skip to content

Commit

Permalink
Update urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alesanchezr authored Oct 24, 2024
1 parent 34edb2b commit 221bb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breathecode/admissions/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
path("syllabus/<int:syllabus_id>/version", SyllabusVersionView.as_view(), name="syllabus_id_version"),
path("syllabus/version", AllSyllabusVersionsView.as_view(), name="syllabus_version"),
path(
"syllabus/<str:syllabus_id>/version/<int:version>.csv",
"syllabus/<str:syllabus_id>/version/<str:version>.csv",
SyllabusVersionCSVView.as_view(),
name="syllabus_id_version_csv",
),
Expand Down

0 comments on commit 221bb45

Please sign in to comment.