serialzer user
This commit is contained in:
@@ -3,4 +3,5 @@ from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.HelloAuthView.as_view(), name='hello_auth'),
|
||||
path('registro/', views.UserCreateView.as_view(), name='crear_user')
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user