year added to index view
This commit is contained in:
@@ -9,6 +9,7 @@ from .views import (
|
||||
send_timbres_Email,
|
||||
Retrive_Cliente_Email,
|
||||
PACS_Retrive_RFCS,
|
||||
|
||||
|
||||
#API DRF
|
||||
saldo_funct2,
|
||||
@@ -31,4 +32,6 @@ urlpatterns = [
|
||||
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