first of segunda
This commit is contained in:
@@ -6,6 +6,8 @@ from .views import (
|
||||
ClientesCreateView,
|
||||
export_Excel,
|
||||
send_timbres_Email,
|
||||
Retrive_Cliente_Email,
|
||||
PACS_Retrive_RFCS,
|
||||
|
||||
#API DRF
|
||||
saldo_funct2,
|
||||
@@ -25,5 +27,6 @@ urlpatterns = [
|
||||
path('getActivoRFC/', check_RFC.as_view(), name='check_active_RFC'),
|
||||
path('get_saldo2/', saldo_funct2.as_view(), name='saldo_funct2'),
|
||||
path('check_host/',check_host.as_view(),name='check_host'),
|
||||
|
||||
path('emails_cliente/',Retrive_Cliente_Email, name='Retrive_Cliente_Email'),
|
||||
path('pacs/list/',PACS_Retrive_RFCS,name='PACS_Retrive_RFCS'),
|
||||
]
|
||||
Reference in New Issue
Block a user