change register apis and save user phone in redis
This commit is contained in:
@@ -9,7 +9,7 @@ urlpatterns = [
|
||||
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'),
|
||||
path('complite_user_profile/', CompliteUserProfileApiView.as_view(), name='complite-user-profile'),
|
||||
]
|
||||
))
|
||||
]
|
||||
Reference in New Issue
Block a user