diff --git a/users/urls.py b/users/urls.py index f7c8f47..3d84a25 100644 --- a/users/urls.py +++ b/users/urls.py @@ -9,7 +9,7 @@ urlpatterns = [ path('refresh-token/', RefreshAPIView.as_view()), path('join/', JoinAPIView.as_view()), path('login/', LoginAPIView.as_view()), - path('check/', NicknameAPIView.as_view()), + path('check/', CheckUserFieldDuplicateAPIView.as_view()), path('portfolio-info/', SetPortofolioRequiredInfoAPIView.as_view()), path('portfolio-info/check/', SetPortofolioRequiredInfoAPIView.as_view()), path('teamtag/', TagUserAPIView.as_view()),