Skip to content

Commit

Permalink
refactor: accounts/urls.py 수정 - tutorstudentview 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
devnproyj22 committed Oct 4, 2024
1 parent 158b061 commit b83fe1c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions accounts/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
StudentRetrieveUpdateDestroyView,
TutorListView,
TutorRetrieveUpdateDestroyView,
TutorStudentView,
UserRegisterationView,
)

Expand All @@ -27,9 +26,4 @@
TutorRetrieveUpdateDestroyView.as_view(),
name="tutor-detail",
),
# path(
# "tutors/<int:pk>/students/",
# TutorStudentView.as_view(),
# name="tutor-student",
# ),
]

0 comments on commit b83fe1c

Please sign in to comment.