Feat: [#101] 비밀번호 재설정 기능 구현 완료

This commit is contained in:
sm4640
2026-01-09 17:18:14 +09:00
parent 41c1aa7013
commit a4fa5d152b
5 changed files with 103 additions and 6 deletions

View File

@@ -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()),
]