Registro con email

This commit is contained in:
rexcom28
2023-05-25 12:31:24 -06:00
parent 050ea95e2d
commit 34a80e3556
3 changed files with 82 additions and 13 deletions

View File

@@ -7,6 +7,5 @@ urlpatterns = [
path('create_Cliente/', views.ClientesIMMEX_CreateView.as_view(), name='ClientesIMMEX_Create'),
path('checkRfcA24/', views.Check_IMMEX_RFC.as_view(), name='checkRfcA24' ),
path('api/registro/', views.RegistroUsuarios.as_view(), name='api_registro'),
path('api/login/', views.LoginIMMEX.as_view(), name='api_login'),
]