Skip to content

Commit

Permalink
refactor(activities): api url 주소 변경 /crew/activity/{activity_id}
Browse files Browse the repository at this point in the history
  • Loading branch information
hepheir committed Sep 25, 2024
1 parent 34c9939 commit 184ce3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/apps/activities/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@


urlpatterns = [
path("crew/activities/<int:activity_id>", views.CrewActivityRetrieveAPIView.as_view()),
path("crew/activity/<int:activity_id>", views.CrewActivityRetrieveAPIView.as_view()),
]

0 comments on commit 184ce3e

Please sign in to comment.