write auth tests with pytest
This commit is contained in:
@@ -6,7 +6,7 @@ urlpatterns = [
|
||||
path('auth/', include(
|
||||
[
|
||||
path('login/', LoginApiView.as_view(), name='login'),
|
||||
path('register/', RegisterApiView.as_view(), name='login'),
|
||||
path('register/', RegisterApiView.as_view(), name='register'),
|
||||
path('confirm_user/', ConfirUserApiView.as_view(), name='confirm-user'),
|
||||
path('choise_user_role/', ChoiceUserRoleApiView.as_view(), name='choise-user-role'),
|
||||
path('complite_user_profile/<str:phone>/', CompliteUserProfileApiView.as_view(), name='complite-user-profile'),
|
||||
|
||||
Reference in New Issue
Block a user