env reader
This commit is contained in:
@@ -11,6 +11,7 @@ from .views import (
|
||||
saldo_funct2,
|
||||
add_timbre2,
|
||||
check_RFC,
|
||||
check_host,
|
||||
)
|
||||
|
||||
urlpatterns = [
|
||||
@@ -22,5 +23,7 @@ urlpatterns = [
|
||||
path('get_timbres_xls/', export_Excel, name='export_Excel'),
|
||||
path('send_timbres_cliente/',send_timbres_Email, name='send_timbres_Email'),
|
||||
path('getActivoRFC/', check_RFC.as_view(), name='check_active_RFC'),
|
||||
path('get_saldo2/', saldo_funct2.as_view(), name='saldo_funct2')
|
||||
path('get_saldo2/', saldo_funct2.as_view(), name='saldo_funct2'),
|
||||
path('check_host/',check_host.as_view(),name='check_host'),
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user