✨ Feat: [#101] 비밀번호 재설정 기능 구현 완료
This commit is contained in:
@@ -24,4 +24,5 @@ urlpatterns = [
|
||||
path('mypage/my-info/', MyPageMemberInfoAPIView.as_view()),
|
||||
path("github/", include(router.urls)),
|
||||
path("portfolio/", UserInfoAPIView.as_view()),
|
||||
path("reset-password/", PasswordResetAPIView.as_view()),
|
||||
]
|
||||
Reference in New Issue
Block a user