Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
magsyg committed Dec 6, 2024
1 parent 70e37dc commit bbe2347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/samfundet/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
name='recruitment_application_update_state_gang',
),
path(
'recruitment-position-organized-applications/<id:pk>/',
'recruitment-position-organized-applications/<int:pk>/',
views.RecruitmentPositionOrganizedApplicationsView.as_view(),
name='recruitment_position_organized_applications',
),
Expand Down

0 comments on commit bbe2347

Please sign in to comment.