Timbres com dig available
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
from django.urls import path,include
|
||||
from .views import index,add_timbre, timbres_cliente
|
||||
from .views import index,add_timbre, timbres_cliente,saldo_funct
|
||||
urlpatterns = [
|
||||
path('', index, name='index'),
|
||||
path('add_timbre/', add_timbre, name='add_timbre'),
|
||||
path('timbres_cliente/<str:RFC>/', timbres_cliente, name='timbres_cliente'),
|
||||
|
||||
|
||||
|
||||
path('timbres_cliente/<str:RFC>/', timbres_cliente, name='timbres_cliente'),
|
||||
path('get_saldo/', saldo_funct, name='saldo_funct'),
|
||||
]
|
||||
Reference in New Issue
Block a user